mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: update domain alive check options
This commit is contained in:
@@ -52,7 +52,8 @@ export async function getMethods() {
|
||||
|
||||
const isRegisterableDomainAlive = createRegisterableDomainAliveChecker({
|
||||
dns: {
|
||||
dnsServers
|
||||
dnsServers,
|
||||
maxAttempts: 6
|
||||
},
|
||||
registerableDomainResultCache,
|
||||
whois: {
|
||||
@@ -62,7 +63,8 @@ export async function getMethods() {
|
||||
|
||||
const isDomainAlive = createDomainAliveChecker({
|
||||
dns: {
|
||||
dnsServers
|
||||
dnsServers,
|
||||
maxAttempts: 6
|
||||
},
|
||||
registerableDomainResultCache,
|
||||
resultCache,
|
||||
|
||||
Reference in New Issue
Block a user