diff --git a/hosts/containers/freifunk/configuration.nix b/hosts/containers/freifunk/configuration.nix index ee45669d..d8dcdad6 100644 --- a/hosts/containers/freifunk/configuration.nix +++ b/hosts/containers/freifunk/configuration.nix @@ -51,6 +51,15 @@ in { \! --source 10.200.0.0/15 -o ${meshInterface} -j SNAT --to 10.200.${ddmeshAddrPart} set -e ''; + forwardPorts = [ { + destination = "172.20.73.8"; + proto = "udp"; + sourcePort = 53; + } { + destination = "172.20.73.8"; + proto = "tcp"; + sourcePort = 53; + } ]; }; # Configure rt_table name networking.iproute2 = {