diff --git a/tlds_custom.go b/tlds_custom.go index 247527f..6890834 100644 --- a/tlds_custom.go +++ b/tlds_custom.go @@ -8,4 +8,20 @@ var ExtendedTLDs = map[string]bool{ "ETH": true, // ens.domains "CRYPTO": true, // unstoppabledomains.com "ZIL": true, // unstoppabledomains.com + "BBS": true, // opennic.org + "CHAN": true, // opennic.org + "CYB": true, // opennic.org + "DYN": true, // opennic.org + "EPIC": true, // opennic.org + "GEEK": true, // opennic.org + "GOPHER": true, // opennic.org + "INDY": true, // opennic.org + "LIBRE": true, // opennic.org + "NEO": true, // opennic.org + "NULL": true, // opennic.org + "O": true, // opennic.org + "OSS": true, // opennic.org + "OZ": true, // opennic.org + "PARODY": true, // opennic.org + "PIRATE": true, // opennic.org }