diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2021-03-12 17:05:10 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2021-03-12 17:05:10 -0500 |
| commit | 0bf38ea8a5510fd785c70e569de599a6b6895cf9 (patch) | |
| tree | 55835ac2118ffac8c591ef1e97c4923555f63b1e | |
| parent | a86a4267ed2b1a7b4b8773c5fc06b792e2407988 (diff) | |
firewall
| -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; |
