diff --git a/whois/tlds/uk b/whois/tlds/uk new file mode 100644 index 0000000..1608b3c --- /dev/null +++ b/whois/tlds/uk @@ -0,0 +1,24 @@ +server = { + "host": "whois.nic.uk", + "redirect": "\s+Whois Server: (.*)", # Should never apply to .au domains +} + +parse = { + "default": { + "NotFound": "No Data Found", + "DomainName": "Domain name:\s+(.+)", + "Registrar": "Registrar Name:\s+(.+)", + "NameServer": "Name servers:\s+(.+)", + "Status": "Registration status:\s+(.+)", + "UpdatedDate": "Last updated:\s+(.+)", + "CreationDate": "Registered on:\s+(.+)", + "ExpirationDate": "Expiry date:\s+(.+)", +# "RegistrantName": "Registrant:(.+)", + "EligibilityName": "Registrant:\s+(.+)", + "EligibilityType": "Eligibility Type:(.+)", + "AdminID": "Registrant Contact ID:(.+)", + "AdminName": "Registrant Contact Name:(.+)", + "TechName": "Tech Contact Name:(.+)", + "TechID": "Tech Contact ID:(.+)", + }, +}