adding uk domain support
This commit is contained in:
parent
128353f567
commit
455b821fde
24
whois/tlds/uk
Normal file
24
whois/tlds/uk
Normal file
@ -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:(.+)",
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user