What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Remove pi hole

admin@RT-AX88U-37E8:/tmp/home/root# cat /jffs/scripts/firewall-start
cat: can't open '/jffs/scripts/firewall-start': No such file or directory
 
I found this??

Screenshot 2025-04-01 004331.png
 
its working. No DNS entries in LAN DCHP, just WAN. Thank you so much for figuring it out. Why did that url filter stop the router DNS server from working?
 
[0:0] -A FORWARD -i br0 -p udp -m udp --dport 53 -j DROP
I still don’t understand why LAN DHCP DNS was working since even forwarded DNS traffic should have been dropped, unless it was somehow falling back to TCP.
 
I still don’t understand why LAN DHCP DNS was working since even forwarded DNS traffic should have been dropped, unless it was somehow falling back to TCP.
Good point. Or possibly switching to DoH as 1.1.1.1 is on Windows' list of known servers. That might explain the inconsistent client behaviour he initially observed.
 
Good point. Or possibly switching to DoH as 1.1.1.1 is on Windows' list of known servers. That might explain the inconsistent client behaviour he initially observed.
Pi-Hole must have also had some kind of encrypted DNS running on it, like Unbound DoT, assuming the URL filter has been there for a while. Weird, but enlightening.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top