ipld-eth-server/vendor/github.com/jbenet/go-is-domain/tlds_custom.go

9 lines
198 B
Go
Raw Normal View History

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,
}