Skip to content

Commit

Permalink
Merge pull request #17 from lidel/feat/unstoppabledomains
Browse files Browse the repository at this point in the history
feat: add .crypto and .zil from UnstoppableDomains
  • Loading branch information
Stebalien authored May 13, 2020
2 parents fa3048b + b279010 commit ce764fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tlds_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package isdomain
// ExtendedTLDs is a set of additional "TLDs", allowing decentralized name
// systems, like TOR and Namecoin.
var ExtendedTLDs = map[string]bool{
"BIT": true,
"ONION": true,
"ETH": true,
"BIT": true, // namecoin.org
"ONION": true, // torproject.org
"ETH": true, // ens.domains
"CRYPTO": true, // unstoppabledomains.com
"ZIL": true, // unstoppabledomains.com
}

0 comments on commit ce764fa

Please sign in to comment.