Chore: update domain alive check options

This commit is contained in:
SukkaW
2025-08-24 23:07:37 +08:00
parent 7cea991feb
commit daf80a4291
3 changed files with 178 additions and 164 deletions

View File

@@ -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,