Hi all,
every now and then (once every ¾ weeks) I run into this problem again (see thread on this forum: “Extremely Slow DNS resolve, slow initial speeds (600mbps program)”).
Right now, I’m experiencing high DNS resolution times (in the order of 6/10s). Could you check if there something not working as expected on your side?
$ for i in {1..100}; do { time dig google.com; } 2>&1 | grep “real”; sleep 1; done
real 0m0.026s
real 0m5.033s
real 0m0.022s x 5
real 0m5.025s
real 0m0.027s x 22
real 0m10.033s
real 0m0.028s
real 0m5.043s
real 0m0.020s x 11
real 0m5.031s
real 0m0.022s x 12
real 0m5.029s
real 0m0.025s x 8
real 0m10.029s
real 0m0.020s x 17
real 0m5.025s
real 0m0.029s x 15
Thanks,
Claudio