Skip to content

Commit

Permalink
Fix: add more cases for whois not found [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 5, 2025
1 parent 29eb57a commit 951fbac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Build/lib/is-domain-alive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,15 @@ const whoisNotFoundKeywordTest = createKeywordFilter([
'no match for',
'does not exist',
'not found',
'no found',
'no entries',
'no data found',
'is available for registration',
'currently available for application',
'no matching record',
'no information available about domain name'
'no information available about domain name',
'not been registered',
'no match!!'
]);

// whois server can redirect, so whoiser might/will get info from multiple whois servers
Expand Down

0 comments on commit 951fbac

Please sign in to comment.