; This is a sample configuration file
[DomainMinLengthRestrictions]
errmsg = "Minimum length of a .{tld} domain name is {length} characters."
com = 3
id = 4
nl = 3
co.uk = 3
;all = 3 ;Restrict all TLDs to 3 characters minimum of length.
;Custom Whois Server, you can use web based (http/https) or whois based server (port 43).
[WhoisServer]
;web based request example
com[uri] = "http://www.whois.server.example/whois.php?domain="
com[string] = "NOT FOUND"
;whois based server port 43 request example
org[uri] = "whois.server.example"
org[string] = "NOT FOUND"
[PriceFormat]
text = "{currency}{price} USD/year"