Skip to content

Releases: f10d0/odns-measurement-tools

DNS over TCP

26 Jan 18:37
Compare
Choose a tag to compare

This includes the scripts for DNS over TCP.

  • dns_over_tcp.go is a simple scanner to look for different components in the ODNS infrastructure and save the discovered components (meaning addresses, a-records etc. in a zipped csv file)
  • postproc_data_pure.py is a script for postprocessing of the results file generated by dns_over_tcp.go; depends on standard libraries only