Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit and Import DNS server listing from the vivilproject #36

Closed
GoogleCodeExporter opened this issue Mar 5, 2016 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant