summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-04-24 20:31:18 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-04-24 20:31:18 -0400
commit015a38d3e7af9caed5a6d442af7b23bb055f0141 (patch)
tree7514073ce4a185162fb52246d290a4bcfbb55a9f
parentaf7136b5dafe27c2bb797efcab0a358a8803d520 (diff)
Revert "block ssh on dragon"
This reverts commit 531a652c109982beb4439b8c0f3808894611c031.
-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
}