Fix: add more cases for whois not found [skip ci]

This commit is contained in:
SukkaW 2025-01-05 23:53:09 +08:00
parent 29eb57ada6
commit 951fbacbd9

View File

@ -233,12 +233,15 @@ const whoisNotFoundKeywordTest = createKeywordFilter([
'no match for', 'no match for',
'does not exist', 'does not exist',
'not found', 'not found',
'no found',
'no entries', 'no entries',
'no data found', 'no data found',
'is available for registration', 'is available for registration',
'currently available for application', 'currently available for application',
'no matching record', '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 // whois server can redirect, so whoiser might/will get info from multiple whois servers