Update default DNS source from public-dns.info to publicdns.info#52
Open
riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
Open
Update default DNS source from public-dns.info to publicdns.info#52riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
riankellyjn-a11y wants to merge 1 commit intovortexau:masterfrom
Conversation
public-dns.info has become stale and is no longer actively maintained. publicdns.info provides a larger, continuously-validated resolver list (8,500+ servers, re-verified every 72 hours) and is a direct drop-in replacement. The nameservers.txt endpoint format is identical, so no other changes are required.
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 the default DNS source URL from
public-dns.infotopublicdns.info(different domain, not just awww.prefix).Why
public-dns.info/nameservers.txthas become stale. The resolver list is no longer actively maintained and many entries point to dead or unreliable servers.publicdns.infois a direct drop-in replacement:nameservers.txtendpoint is line-by-line IPv4 addresses, identical to the existing formatUsing a stale source means dnsvalidator is spending threads testing servers that have been dead for months. Switching to publicdns.info means users get a higher-quality starting list with less wasted validation effort.
Changes
dnsvalidator/lib/core/input.py— updated default URL insetup_parser()README.md— updated 2 usage examples (CLI and Docker)No functional changes. This is purely a default source URL update. All existing
-tLflag behaviour is unchanged — users can still pass any URL or file they want.