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", + } +}