Some tld configuration updates. WiP

This commit is contained in:
Larry Kim 2013-02-09 01:54:23 +09:00
parent 03d31ed005
commit 8ea3b21e42
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,8 @@
parse = {
"default": {
"DomainName": "Domain Name:\s+(.+)",
"ExpirationDate": "Expiry Date: (.+)",
"Registrar": "Domain Managers\nName: (.+)",
}
}

View File

@ -1 +1,8 @@
server = "kr.whois-servers.net"
parse = {
"default": {
"NotFound": "Above domain name is not registered to KRNIC.",
"DomainName": "Domain Name\s+:\s+(.+)",
"RegistrantName": "Registrant\s+:\s+(.+)",
"AdminName": "Administrative Contact\(AC\)\s+:\s+(.+)",
}
}