You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have primary DNS server set as DNSPod (119.29.29.29:53) and set EDNSClientSubnetPolicy to auto, I'm getting numerous error saying: (not the exact line but the same meaning):
DNS result returned nil, maybe timeout
... which results in extremely slow DNS resolution for almost all websites (including the domestic ones like baidu.com). As stated in README, DNSPod should support EDNSClientSubnetPolicy.
Setting EDNSClientSubnetPolicy to disable solves this problem.
The text was updated successfully, but these errors were encountered:
#3 has the same problem, maybe it's a bug of dig in debian 8.
There is no such problem in osx.
If this error show again when you normally use overture without dig, please let me know the system and application.
The errors were generated from normal DNS request, not from dig command.
The gateway runs on 32-bit Ubuntu 14.04.4 LTS, and it acts as a router for the whole internal network. All DNS lookups are being forwarded from a bind9 daemon to overture, both are running on said gateway.
When I have primary DNS server set as DNSPod (119.29.29.29:53) and set
EDNSClientSubnetPolicy
toauto
, I'm getting numerous error saying: (not the exact line but the same meaning):DNS result returned nil, maybe timeout
... which results in extremely slow DNS resolution for almost all websites (including the domestic ones like
baidu.com
). As stated inREADME
, DNSPod should supportEDNSClientSubnetPolicy
.Setting
EDNSClientSubnetPolicy
todisable
solves this problem.The text was updated successfully, but these errors were encountered: