Skip to content

Commit

Permalink
newgtlds.go : update Autopull - Added URL for the IANA PSL for #1325
Browse files Browse the repository at this point in the history
Only change is to add a URL to the IANA TLD txt file and some comment lines to add context.

Doesn't solve #1325 but helps identify the resource to use.
  • Loading branch information
dnsguru authored Jun 6, 2021
1 parent bc5d64d commit 01dd7d7
Showing 1 changed file with 4 additions and 0 deletions.
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
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

0 comments on commit 01dd7d7

Please sign in to comment.