Update 'dns_warmup/dns_warmup.sh'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user