Skip to content

Commit

Permalink
Update config.py (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
poctopus authored May 18, 2023
1 parent 9119a9b commit 21fd372
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions domain_admin/utils/whois_util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
'expire_time': 'Expiry Date',
"expire_time_format": '%d-%m-%Y',
},
'sg': {
'whois_server': 'whois.sgnic.sg',
'registry_time': 'Creation Date',
"registry_time_format": '%d-%m-%Y',
'expire_time': 'Expiration Date',
"expire_time_format": '%d-%m-%Y',
},
'jp': {
'whois_server': 'whois.jprs.jp',
'registry_time': '[登録年月日]',
Expand Down

0 comments on commit 21fd372

Please sign in to comment.