From f04dcee530c0f23f531fd0ad3cacb1e21853f034 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 20 Sep 2023 22:43:56 +0200 Subject: [PATCH] upstream4: remove NAT reflection for dns doesn't make sense, right? --- config/net/upstream.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index e32a359..5f06ffd 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -49,13 +49,11 @@ in { destination = "172.20.73.61"; proto = "tcp"; - reflect = true; sourcePort = 53; } { destination = "172.20.73.61"; proto = "udp"; - reflect = true; sourcePort = 53; } {