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 c6e2194..0099552 100644 --- a/config/router.nix +++ b/config/router.nix @@ -75,8 +75,7 @@ in            interface $DEV_LAN @subchain "lan_services" {              # Valheim -            proto udp dport 3400 ACCEPT; -            proto udp dport 3401 ACCEPT; +            proto udp dport (3400 3401 3402) ACCEPT;              proto (tcp udp) dport (ssh domain bootpc bootps) ACCEPT;              proto tcp dport (http https) ACCEPT; | 
