From a949fe559e3b43d4696517c737f175255de1e1f0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 5 Aug 2021 07:50:52 -0400 Subject: fix --- config/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/router.nix b/config/router.nix index 5513176..05b7c3d 100644 --- a/config/router.nix +++ b/config/router.nix @@ -71,7 +71,7 @@ in { # Forward dns queries to dnsmasq on LAN interfaces. domain (ip ip6) table nat chain PREROUTING { - interface ($DEV_LAN $DEV_UNTRUSTED_LAN) daddr $NET_LAN proto (tcp udp) dport 53 DNAT to localhost:2053 + interface ($DEV_LAN $DEV_UNTRUSTED_LAN) daddr $NET_LAN proto (tcp udp) dport 53 DNAT to localhost:2053; } domain (ip ip6) table filter chain FORWARD { interface ($DEV_LAN $DEV_UNTRUSTED_LAN) outerface lo proto (tcp udp) dport 2053 ACCEPT; -- cgit v1.2.3