mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 23:03:06 +01:00
adblock: uci support, dynamic uhttpd instance support plus various fixes
* add uci support * add dynamic uhttpd instance support (no longer rely on uhttpd config changes) * package reordering * plus various fixes Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# redirect/force all dns queries to port 53 of your router
|
||||
# configuration found in /etc/firewall.user
|
||||
#
|
||||
iptables -t nat -I PREROUTING -p tcp --dport 53 -j REDIRECT --to-ports 53
|
||||
iptables -t nat -I PREROUTING -p udp --dport 53 -j REDIRECT --to-ports 53
|
||||
Reference in New Issue
Block a user