Closed craibuc closed 10 years ago
Is there a way to get the list of the current of the top-level domains?
require 'public_suffix" tld = PublicSuffix:List.all() tld.each { |t| puts t }
I'm interested in domains like .es, .us, .info, not co.uk.
.es
.us
.info
co.uk
PublicSuffix::List.default.indexes.keys
Is there a way to get the list of the current of the top-level domains?
I'm interested in domains like
.es
,.us
,.info
, notco.uk
.