summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/router.nix')
-rw-r--r--config/router.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index 7426235..4a503aa 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -129,6 +129,9 @@ in {
proto tcp dport (139 445) ACCEPT;
proto udp dport (137 138) ACCEPT;
+ # Project Zomboid
+ proto udp dport (16261 16262) ACCEPT;
+
# interface $DEV_LAN jump logdrop;
}
}