24 lines
660 B
Plaintext
24 lines
660 B
Plaintext
server = {
|
|
"format": {
|
|
"jp.whois-servers.net": "%DOMAIN%/e",
|
|
}
|
|
}
|
|
|
|
parse = {
|
|
"default": {
|
|
"NotFound": "No match!!",
|
|
"DomainName": "\[Domain Name\]\s+(.+)",
|
|
"RegistrantName": "\[Registrant\]\s+(.+)",
|
|
"RegistrantAddress": "\[Postal Address\]\s+([\S\s]*)\n\[Phone\]",
|
|
"RegistrantPostalCode": "\[Postal code\]\s+(.+)",
|
|
"RegistrantEmail": "\[Email\]\s+(.+)",
|
|
"RegistrantPhone": "\[Phone\]\s+(.+)",
|
|
"RegistrantFax": "\[Fax\]\s+(.+)",
|
|
"CreationDate": "\[Created on\]\s+(.+)",
|
|
"ExpirationDate": "\[Expires on\]\s+(.+)",
|
|
"UpdatedDate": "\[Last Updated\]\s+(.+)",
|
|
"NameServer": "\[Name Server\]\s+(.+)",
|
|
"Status": "\[Status\]\s+(.+)",
|
|
}
|
|
}
|