Last active
May 1, 2019 01:26
-
-
Save terrorobe/c458e9e8b6556267b51b453ca37945d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ([email protected] built 20141031140810 mockbuild@)" | |
25 "PowerDNS Recursor 3.7.3 ([email protected] 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 ([email protected] built 20141031140810 mockbuild@)" | |
30 "PowerDNS Recursor 3.7.3 ([email protected] built 20150610132449 mockbuild@)" | |
terrorobe@nostalgia ~ % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment