john9527
Part of the Furniture
Where do I start.....After /usr/bin/killall -s USR1 dnsmasq:
withCode:Mar 27 23:43:22 dnsmasq[552]: time 89079 Mar 27 23:43:22 dnsmasq[552]: cache size 1500, 0/19 cache insertions re-used unexpired cache entries. Mar 27 23:43:22 dnsmasq[552]: queries forwarded 11209, queries answered locally 390 Mar 27 23:43:22 dnsmasq[552]: DNSSEC memory in use 88, max 88, allocated 149996 Mar 27 23:43:22 dnsmasq[552]: server 127.0.0.1#65053: queries sent 11209, retried or failed 3872
Btw, applying settings after enabling both dnscrypt servers doesn't add new server option to /etc/dnsmasq.confCode:# cat /etc/dnscrypt-proxy1.conf Daemonize yes LocalAddress 127.0.0.1:65053 LogLevel 6 ResolversList /jffs/etc/dnscrypt-resolvers.csv ResolverName cisco-familyshield SyslogPrefix dnscrypt-proxy1 PidFile /var/run/dnscrypt-proxy1.pid IgnoreTimestamps no BlockIPv6 no
Reboot is still needed to rebuild dnsmasq.conf
Caching isn't working and you are getting a 35% failure rate. I don't know if this is an artifact of using a 'familyshield' filtering resolver?
But first thing to try...cisco-familyshield is NOT a dnssec enabled server, yet you have dnssec enabled. So disable dnssec (if you have dnssec enabled you should choose a server that has 'w/DNSSEC' in its name).
I enabled cisco-family shield as my server, and I could never use it. It blocks about half of some pages (foxnews.com for example), and it sporadically resolves my VPN provider as 'hit-adult.opendns.com'?????
I can't recreate any problems with changing/adding resolvers. I've been adding and removing them for testing without any problem.
If turning off dnssec doesn't help, you may have something corrupted in nvram and need to do a factory reset and reconfigure.