Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Providers = map[string]string{
"com": "https://rdap.verisign.com/com/v1/domain/",
"net": "https://rdap.verisign.com/net/v1/domain/",
"org": "https://rdap.publicinterestregistry.org/rdap/domain/",
"dev": "https://pubapi.registry.google/rdap/domain/",
"app": "https://pubapi.registry.google/rdap/domain/",
"io": "https://rdap.nic.io/domain/",
"co": "https://rdap.nic.co/domain/",
"xyz": "https://rdap.centralnic.com/xyz/domain/",
}
RDAP providers by TLD — sourced from IANA bootstrap (data.iana.org/rdap/dns.json). Protocol: HTTP GET → 200 = registered, 404 = available.
View Source
var SupportedTLDs = []string{"com", "net", "org", "dev", "app", "io", "co", "xyz"}
Functions ¶
func Generate ¶ added in v1.1.0
Generate produces name strings (without TLD) for given length and pattern.
func GenerateAll ¶ added in v1.1.0
GenerateAll creates domains for given TLDs, length, and pattern.
Types ¶
Click to show internal directories.
Click to hide internal directories.