From 145139f665d0275a10530cc6ea6127414c38c6f0 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sun, 17 Jul 2022 08:58:00 +0000 Subject: [PATCH] Update 'dns_warmup/dns_warmup.sh' --- dns_warmup/dns_warmup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns_warmup/dns_warmup.sh b/dns_warmup/dns_warmup.sh index 30180e7..2144fb6 100644 --- a/dns_warmup/dns_warmup.sh +++ b/dns_warmup/dns_warmup.sh @@ -9,6 +9,6 @@ fi while true; do date - cat chinese_public_dns.list | grep -v '#' | grep '.' | xargs -I {} dig +time=15 +tries=1 @{} ${target_domain} > /dev/null 2>&1 + cat chinese_public_dns.list | grep -v '#' | grep '.' | xargs -I {} dig +time=5 +tries=1 @{} ${target_domain} > /dev/null 2>&1 sleep 60 done