diff options
| -rw-r--r-- | config/router.nix | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/config/router.nix b/config/router.nix index 0099552..aaa2a42 100644 --- a/config/router.nix +++ b/config/router.nix @@ -63,8 +63,7 @@ in            interface ($DEV_WAN $DEV_UNTRUSTED_LAN) @subchain "wan_services" {              # Valheim -            proto udp dport 3400 ACCEPT; -            proto udp dport 3401 ACCEPT; +            proto udp dport (3400 3401 3402) ACCEPT;              proto (tcp udp) dport (bootpc bootps) ACCEPT;              proto tcp dport ssh ACCEPT; | 
