diff --git a/hosts/router/default.nix b/hosts/router/default.nix index 9103b6b..acdcfa7 100644 --- a/hosts/router/default.nix +++ b/hosts/router/default.nix @@ -45,12 +45,20 @@ allowedUDPPorts = [ 53 67 + 443 + 784 + 853 + 5443 + 8853 ]; allowedTCPPorts = [ 53 67 + 68 80 443 + 853 + 5443 ]; };