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