mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Fix: add more cases for whois not found [skip ci]
This commit is contained in:
parent
29eb57ada6
commit
951fbacbd9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user