arnauti33 / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
0 stars 0 forks source link

Audit and Import DNS server listing from the vivilproject #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
import http://80.247.230.136/dns.htm data ;)

Original issue reported on code.google.com by sebast...@willemijns.com on 6 Dec 2009 at 1:03

GoogleCodeExporter commented 8 years ago
Thanks for the tip! This entries on this list will need to be audited before 
included, 
but before then, if you really want to include these servers, simply add them 
to 
namebench.cfg. If you are on a UNIX or Mac OS X machine, it's easy to do it 
directly 
from the vivlprojecct webpage:

curl http://80.247.230.136/dns2.htm | perl -ne 'if (/^ ([\d\.]+).*?\>(.*?)\</) 
{ print 
"$1=$2\n" } elsif (/\>([\d\.]+)\</) { print "$1=$1\n"; }' >> namebench.cfg

Original comment by tstromb...@google.com on 7 Dec 2009 at 3:31

GoogleCodeExporter commented 8 years ago
Due to the high quality of your software, i will add in a few hours the 
possibility
to add my server list on your soft (whatever OS :)

Original comment by willemi...@gmail.com on 8 Dec 2009 at 8:30

GoogleCodeExporter commented 8 years ago
I also maintain a server list at http://www.chaz6.com/files/resolv.conf 
including
both ipv4 and ipv6 servers.

Original comment by chaz6....@gmail.com on 12 Dec 2009 at 2:20

GoogleCodeExporter commented 8 years ago
Imported both sources in r571 and r572. For the most part, only open services 
with non-spammy search engine 
hits were included. Thanks for the tips!

Original comment by tstromb...@google.com on 4 Jan 2010 at 6:17