Update default resolver source to publicdns.info#51
Open
riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
Open
Update default resolver source to publicdns.info#51riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
Conversation
Replace stale public-dns.info/nameservers.txt URL with actively maintained publicdns-resolvers list from publicdns.info. The old source (public-dns.info, powered by corny/dnscheck) has been dormant for years. The new source probes 90,000+ resolvers every 72 hours.
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.
Summary
Updates the default resolver source URL in documentation examples from
public-dns.info/nameservers.txtto a continuously-validated list sourced from publicdns.info.Why
The upstream data at
public-dns.info(powered bycorny/dnscheck) has been dormant for years. Servers that have been down for years still appear in their raw list, which means users following the README examples are starting with a noisy, stale resolver list.The replacement URL points to publicdns-resolvers, which:
nameservers.txtin the same one-IP-per-line formatChanges
README.md: Updated CLI and Docker example URLs (2 lines changed)-tLflag accepts any URL, so this is fully backwards compatible