Skip to content

Instantly share code, notes, and snippets.

@terrorobe
Last active May 1, 2019 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrorobe/c458e9e8b6556267b51b453ca37945d4 to your computer and use it in GitHub Desktop.
Save terrorobe/c458e9e8b6556267b51b453ca37945d4 to your computer and use it in GitHub Desktop.
terrorobe@nostalgia ~ % for i in `seq 1 100`; do dig @195.3.96.67 version.bind txt chaos +short; done | sort | uniq -c
75 "PowerDNS Recursor 3.6.2 (jenkins@autotest.powerdns.com built 20141031140810 mockbuild@)"
25 "PowerDNS Recursor 3.7.3 (jenkins@autotest.powerdns.com built 20150610132449 mockbuild@)"
terrorobe@nostalgia ~ % for i in `seq 1 100`; do dig @213.33.98.136 version.bind txt chaos +short; done | sort | uniq -c
70 "PowerDNS Recursor 3.6.2 (jenkins@autotest.powerdns.com built 20141031140810 mockbuild@)"
30 "PowerDNS Recursor 3.7.3 (jenkins@autotest.powerdns.com built 20150610132449 mockbuild@)"
terrorobe@nostalgia ~ %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment