summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-10-22 22:05:54 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-10-22 22:06:59 -0400
commitbca72f1d780f9abd7959ce81e153c11913f218f3 (patch)
tree87a36a69b0a07a1ac2ab4a34548e5a7846255767 /config
parent0a7e53a85abacb298f410b4ff8ca1b7ea035924c (diff)
Enable samba share
Diffstat (limited to 'config')
-rw-r--r--config/router.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index 75af4a8..7426235 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -125,6 +125,10 @@ in {
# proto udp dport (5353 1900) ACCEPT;
# proto tcp dport (8008 8009) ACCEPT;
+ # Samba
+ proto tcp dport (139 445) ACCEPT;
+ proto udp dport (137 138) ACCEPT;
+
# interface $DEV_LAN jump logdrop;
}
}