Update DNS resolver source from public-dns.info to publicdns.info#70
Open
riankellyjn-a11y wants to merge 1 commit into
Open
Update DNS resolver source from public-dns.info to publicdns.info#70riankellyjn-a11y wants to merge 1 commit into
riankellyjn-a11y wants to merge 1 commit into
Conversation
public-dns.info has become stale; publicdns.info provides 8,500+ servers re-validated every 72 hours and is a direct drop-in replacement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Updates two references to
public-dns.infoin the README to point topublicdns.infoinstead.Why
public-dns.infohas become stale. The resolver dataset is no longer actively maintained and many of the listed servers are dead or unreliable.publicdns.infois a direct drop-in replacement:nameservers.txtis the standard endpoint, line-by-line IPv4 addressesUsing a stale resolver source means users spend more time validating dead servers with dnsvalidator. Pointing to publicdns.info gives users a higher-quality starting point.
Changes
README.mdline 183: resolver source link updated (FAQ: "How do I get resolvers?")README.mdline 231: Resources section link updatedNo functional changes to puredns itself. This is a documentation-only update.