Skip to content

Instantly share code, notes, and snippets.

@milankragujevic
Created October 13, 2020 09:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milankragujevic/c67292eac76e304dc52fa0dbcba22e76 to your computer and use it in GitHub Desktop.
Save milankragujevic/c67292eac76e304dc52fa0dbcba22e76 to your computer and use it in GitHub Desktop.
Block DNS-over-TLS (Android Private DNS) traffic on LAN with OpenWrt
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