Close #5. Add .ru .xn--p1ai support.

This commit is contained in:
Larry Kim 2013-05-27 21:50:38 +09:00
parent 497d7ea482
commit de86e96c0f
2 changed files with 16 additions and 0 deletions

11
whois/tlds/ru Normal file
View File

@ -0,0 +1,11 @@
parse = {
"default": {
"NotFound": "No entries found",
"DomainName": "domain:(.+)",
"Registrar": "registrar:\s+(.+)",
"NameServer": "nserver:\s+(.+)",
"Status": "state:\s+(.+)",
"CreationDate": "created:\s+(.+)",
"ExpirationDate": "paid-till:\s+(.+)",
}
}

5
whois/tlds/xn--p1ai Normal file
View File

@ -0,0 +1,5 @@
parse = {
"default": {
"LoadConf": "ru/default",
}
}