From 4417f0a4a1e4fd324825ff0911c16ddc75d8f46f Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 20 Jan 2025 16:55:21 +0800 Subject: [PATCH] Chore: improve domain alive check --- Build/lib/is-domain-alive.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Build/lib/is-domain-alive.ts b/Build/lib/is-domain-alive.ts index 7608d3f4..14dcb2fe 100644 --- a/Build/lib/is-domain-alive.ts +++ b/Build/lib/is-domain-alive.ts @@ -243,7 +243,9 @@ const whoisNotFoundKeywordTest = createKeywordFilter([ ' is free', 'no object 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