Skip to content

Commit

Permalink
Updated - Detect & remove more redacted whois text
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Jun 25, 2021
1 parent 0b56d93 commit 41c548a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Whoiser change log

- Updated - Cache more TLD WHOIS servers (.ai, .app, .io, .nyc)
- Updated - Detect & remove more redacted whois text

#### 1.12.0 - 9 June 2021

Expand Down
2 changes: 2 additions & 0 deletions src/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const parseDomainWhois = (domain, whois) => {
registered: 'Created Date',
'created..............': 'Created Date', // found in .ax
'domain registered': 'Created Date',
'registered date': 'Created Date', // found in .co.jp
'last updated': 'Updated Date',
changed: 'Updated Date',
modified: 'Updated Date',
Expand All @@ -189,6 +190,7 @@ const parseDomainWhois = (domain, whois) => {
'last modified': 'Updated Date',
'relevant dates last updated': 'Updated Date', // found in .uk, .co.uk
'last updated on': 'Updated Date', // found in .mx
'last update': 'Updated Date', // found in .co.jp
'registrar registration expiration date': 'Expiry Date',
'registry expiry date': 'Expiry Date',
'expires on': 'Expiry Date',
Expand Down

0 comments on commit 41c548a

Please sign in to comment.