Created
October 13, 2020 09:04
-
-
Save milankragujevic/c67292eac76e304dc52fa0dbcba22e76 to your computer and use it in GitHub Desktop.
Block DNS-over-TLS (Android Private DNS) traffic on LAN with OpenWrt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iptables -I FORWARD -p tcp --dport 853 -j DROP | |
iptables -I FORWARD -p udp --dport 853 -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment