浏览代码

Chore: improve domain alive check

SukkaW 1 年之前
父节点
当前提交
4417f0a4a1
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Build/lib/is-domain-alive.ts

+ 3 - 1
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