updated parser config 1

This commit is contained in:
root 2015-11-30 12:01:15 +05:30
parent 81619829eb
commit b6bcbe5c3c

View File

@ -6,7 +6,7 @@ server = {
parse = { parse = {
"default": { "default": {
"NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound ---> "NotFound": "Not Found", # <!--- ERROR: cgi.c 2826 DomainNotFound --->
# "DomainName": "Domain Name:\s+(\w+).(\w+)", "DomainName": "Domain Name:\s+([a-zA-Z.]*)",
# "Status": "Domain Status:\s+(\w+)", # "Status": "Domain Status:\s+(\w+)",
"CreationDate": "Created:\s+(\S+)", "CreationDate": "Created:\s+(\S+)",
"ExpirationDate": "Expired:\s+(\S+)", "ExpirationDate": "Expired:\s+(\S+)",