From d59415fdc52b07ef15b3aac15f13dba126fb728e Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 1 Mar 2022 21:52:04 +0100 Subject: [PATCH] upstream4: make dns forwardPorts reflective --- config/net/upstream.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/net/upstream.nix b/config/net/upstream.nix index edddc8d..43e70d1 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -194,13 +194,13 @@ in { destination = "172.20.73.61"; proto = "tcp"; - reflect = false; + reflect = true; sourcePort = 53; } { destination = "172.20.73.61"; proto = "udp"; - reflect = false; + reflect = true; sourcePort = 53; } {