Reply To: Content filtering works, dnsleaktest fails
Forums › Service Issues › Setups & Configurations › Content filtering works, dnsleaktest fails › Reply To: Content filtering works, dnsleaktest fails
Here is my port forwarding rule, not sure if it would cause problems.
I noticed on my router’s main page that the ipv4 dns address points to cleanbrowsing, but the ipv6 dns address is google’s. I’m not sure how the ipv6 dns gets set, and I suspect it could be causing DNSleaktest to fail.
below are my DNS page settings
Below is an nslookup to google ipv4 and then to ipv6 addresses. The ipv6 address unfortunately returns an IP. It looks like my port forward doesn’t intercept it.
aryeh@olddesktop:~$ nslookup sex.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
** server can’t find sex.com: NXDOMAIN
aryeh@olddesktop:~$ nslookup sex.com 2001:4860:4860::8888
Server: 2001:4860:4860::8888
Address: 2001:4860:4860::8888#53
Non-authoritative answer:
Name: sex.com
Address: 15.222.86.183
Name: sex.com
Address: 99.79.105.69
Name: sex.com
Address: 2600:1f11:f61:1000:d6:b66b:6dc3:970b
Name: sex.com
Address: 2600:1f11:f61:1000:5374:c426:aa04:a354
I guess I have to figure out how to set my ipv6 dns address in my openwrt router, or disable it. Am I understanding the problem correctly? any suggestions of how to fix?