diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-10-26 16:07:15 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-10-26 16:07:15 -0400 |
commit | 24095fd99ab4f9428b86445c2045f066195124ad (patch) | |
tree | 9df2f336ecea29f08ab9a52f1bbf65ecdc8f9b8a /config | |
parent | a5829fdeb5240293063b82af0215ab3b5e13c2c6 (diff) |
Zomboid server
Diffstat (limited to 'config')
-rw-r--r-- | config/router.nix | 3 |
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; } } |