25 lines
764 B
Plaintext
25 lines
764 B
Plaintext
server = {
|
|
"host": "whois.nic.uk",
|
|
"redirect": "\s+Whois Server: (.*)", # Should never apply to .au domains
|
|
}
|
|
|
|
parse = {
|
|
"default": {
|
|
"NotFound": "No match for",
|
|
"DomainName": "Domain name:\s+(.+|\n)",
|
|
"Registrar": "Registrar:\s+(.+)",
|
|
"NameServer": "Name servers:\s+(.+)",
|
|
"Status": "Registration status:\s+(.+)",
|
|
"UpdatedDate": "Last updated:\s+(.+)",
|
|
"CreationDate": "Registered on:\s+(.+)",
|
|
"ExpirationDate": "Expiry date:\s+(.+)",
|
|
"RegistrantName": "Registrant:\s(.+)",
|
|
# "EligibilityName": "Registrant:\s+(.+)",
|
|
# "EligibilityType": "Eligibility Type:(.+)",
|
|
# "AdminID": "Registrant Contact ID:(.+)",
|
|
# "AdminName": "Registrant Contact Name:(.+)",
|
|
# "TechName": "Tech Contact Name:(.+)",
|
|
# "TechID": "Tech Contact ID:(.+)",
|
|
},
|
|
}
|