diff --git a/config/net/upstream.nix b/config/net/upstream.nix index 18e6585..b91dfbf 100644 --- a/config/net/upstream.nix +++ b/config/net/upstream.nix @@ -47,12 +47,12 @@ in sourcePort = 1965; } { - destination = "172.20.73.61"; + destination = servHosts.bind; proto = "tcp"; sourcePort = 53; } { - destination = "172.20.73.61"; + destination = servHosts.bind; proto = "udp"; sourcePort = 53; }