summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/router.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/router.nix b/modules/router.nix
index b25f2fb..c2c7719 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -244,11 +244,12 @@ let
"dragonvpn-vport",
};
define SERVER_WAN_PORTS = {
- ssh, domain, http, https,
+ # ssh, ## Blocked for now because of the xz issue...
+ domain, http, https,
${toString mullvadPort}, 25565
}
define SERVER_LAN_PORTS = {
- tftp,
+ tftp, ssh,
1080, # socks
139, 445, 137, 138, wsdapi, ws-discovery, # samba
}