From 747ba4653e24ad5c33a114b412871c86db9dd693 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 26 Dec 2023 18:36:08 -0500 Subject: samba --- modules/router.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/router.nix') diff --git a/modules/router.nix b/modules/router.nix index ee95cf1..ace0b57 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -201,10 +201,9 @@ let ${toString mullvadPort} } define SERVER_LAN_PORTS = { - tftp, 139, 445, 137, 138, + tftp, 1080, # socks - wsdapi, # samba - ws-discovery, # discovery + 139, 445, 137, 138, wsdapi, ws-discovery, # samba } table inet filter { chain input { -- cgit v1.2.3