/resolvers

List of periodically validated public DNS resolvers

resolvers.txt

Fresh list of periodically validated public DNS resolvers.

$ wget https://raw.githubusercontent.com/janmasarik/resolvers/master/resolvers.txt
$ massdns -r resolvers.txt domains_to_resolve.txt

Why?

People need a list of good resolvers (e.g. for massdns). Why spend all that traffic on refreshing a private list? Let's use and improve this one! ᕕ( ᐛ )ᕗ

How it's done

Validation is done using dnsvalidator every 12 hours using Github Actions that push the fresh results back to this repository.

Thanks