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

Removed dead servers #139

Merged
merged 3 commits into from
Feb 11, 2023
Merged

Removed dead servers #139

merged 3 commits into from
Feb 11, 2023

Conversation

davift
Copy link
Contributor

@davift davift commented Feb 5, 2023

Thanks for the cool app!

Testing script:

#!/bin/bash
wget -q -O dns-server.list "https://raw.githubusercontent.com/blechschmidt/massdns/2e0a7c8778d87967f46a9707f36367da42ace788/lists/resolvers.txt"
while read SERVER;
  do ( dig example.com @$SERVER | grep 'ANSWER: [1-9]' > /dev/null && echo $SERVER & );
done < dns-server.list

davift and others added 3 commits February 5, 2023 13:46
Testing script:

```
#!/bin/bash
wget -q -O dns-server.list "https://raw.githubusercontent.com/blechschmidt/massdns/2e0a7c8778d87967f46a9707f36367da42ace788/lists/resolvers.txt"
while read SERVER;
  do dig example.com @$SERVER | grep 'ANSWER: [1-9]' > /dev/null && echo $SERVER;
done < dns-server.list
```
@blechschmidt blechschmidt merged commit 0fdc43b into blechschmidt:master Feb 11, 2023
@blechschmidt
Copy link
Owner

Thank you for your contribution. I have still cleaned a few resolvers from that list using https://github.com/vortexau/dnsvalidator.

@davift davift deleted the patch-1 branch February 11, 2023 19:09
@davift
Copy link
Contributor Author

davift commented Feb 11, 2023

Awesome! I think that list is so big that if we scan every day and from different geographical locations we will clean up even more. Take care.

blechschmidt added a commit that referenced this pull request Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants