From 09ec7fa5a3038bdf2762ee73650b554d14d89081 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 11 Mar 2021 20:40:01 -0500 Subject: dragon valheim --- config/router.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/router.nix b/config/router.nix index c91fe71..073dada 100644 --- a/config/router.nix +++ b/config/router.nix @@ -62,6 +62,10 @@ in proto 41 ACCEPT; # IPv6 sit tunnel interface ($DEV_WAN $DEV_UNTRUSTED_LAN) @subchain "wan_services" { + # Valheim + proto udp dport 3400 ACCEPT; + proto udp dport 3401 ACCEPT; + proto (tcp udp) dport (bootpc bootps) ACCEPT; proto tcp dport ssh ACCEPT; proto (tcp udp) dport domain ACCEPT; @@ -70,6 +74,10 @@ in } interface $DEV_LAN @subchain "lan_services" { + # Valheim + proto udp dport 3400 ACCEPT; + proto udp dport 3401 ACCEPT; + proto (tcp udp) dport (ssh domain bootpc bootps) ACCEPT; proto tcp dport (http https) ACCEPT; # prometheus temp rule -- cgit v1.2.3