Chore: improve domain alive check

This commit is contained in:
SukkaW 2025-01-20 16:55:21 +08:00
parent d12432a33a
commit 4417f0a4a1

View File

@ -243,7 +243,9 @@ const whoisNotFoundKeywordTest = createKeywordFilter([
' is free', ' is free',
'no object found', 'no object found',
'nothing found', 'nothing found',
'status: free' 'status: free',
'pendingdelete',
' has been blocked by '
]); ]);
// 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