TorpedoXL / namebench

Automatically exported from code.google.com/p/namebench

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit and Import DNS server listing from the vivilproject

GoogleCodeExporter opened this issue · comments

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

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

  • Changed title: Audit and Import DNS server listing from the vivilproject
  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect
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

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

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

  • Changed state: Fixed