Update 'dns_warmup/dns_warmup.sh'
This commit is contained in:
parent
c858bd2245
commit
145139f665
@ -9,6 +9,6 @@ fi
|
|||||||
while true;
|
while true;
|
||||||
do
|
do
|
||||||
date
|
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
|
sleep 60
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user