mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
1f5ed5d040
* 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>
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
# 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
|