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

newgtlds.go : update Autopull - Added URL for the IANA PSL for #1325 #1347

Merged
merged 2 commits into from
Jun 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tools/newgtlds.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ const (
// 2). See https://www.icann.org/resources/pages/registries/registries-en for
// more information.
ICANN_GTLD_JSON_URL = "https://www.icann.org/resources/registries/gtlds/v2/gtlds.json"
// IANA_TLDS_TXT_URL is the URL for the IANA "Public Suffix List" of TLDs
// in the ICP-3 Root - including new ccTLDs, EBRERO gTLDS or things not in
// the JSON File above that should be included inthe PSL. Note: UPPERCASE
dnsguru marked this conversation as resolved.
Show resolved Hide resolved
IANA_TLDS_TXT_URL = "http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
// PSL_GTLDS_SECTION_HEADER marks the start of the newGTLDs section of the
// overall public suffix dat file.
PSL_GTLDS_SECTION_HEADER = "// newGTLDs"
Expand Down