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; } {