From de86e96c0f3d839998f6c032ebb881452966c88d Mon Sep 17 00:00:00 2001 From: Larry Kim Date: Mon, 27 May 2013 21:50:38 +0900 Subject: [PATCH] Close #5. Add .ru .xn--p1ai support. --- whois/tlds/ru | 11 +++++++++++ whois/tlds/xn--p1ai | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 whois/tlds/ru create mode 100644 whois/tlds/xn--p1ai diff --git a/whois/tlds/ru b/whois/tlds/ru new file mode 100644 index 0000000..f504019 --- /dev/null +++ b/whois/tlds/ru @@ -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+(.+)", + } +} diff --git a/whois/tlds/xn--p1ai b/whois/tlds/xn--p1ai new file mode 100644 index 0000000..24c14bc --- /dev/null +++ b/whois/tlds/xn--p1ai @@ -0,0 +1,5 @@ +parse = { + "default": { + "LoadConf": "ru/default", + } +}