Skip to content

Commit add542e

Browse files
committed
Update "Tld" rule with IANA's list
This commit will update the list of Top-Level Domains in the "Tld" rule with the latest version found in the website of IANA (Internet Assigned Numbers Authority). The list was created with the commands below: curl -L curl -L https://data.iana.org/TLD/tlds-alpha-by-domain.txt | grep -v '^#' | tr '[A-Z]' '[a-z]' | sed -E "s,^,',; s/$/', /" | tr -d '\n' | fold -w 72 -s Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
1 parent 19d6ec8 commit add542e

File tree

1 file changed

+225
-103
lines changed

1 file changed

+225
-103
lines changed

0 commit comments

Comments
 (0)