summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-03-29 20:32:17 -0400
committerKjetil Orbekk <kj@orbekk.com>2024-03-29 20:32:17 -0400
commit531a652c109982beb4439b8c0f3808894611c031 (patch)
treea153dbbb49dde845ae079c429ea9cf4a3c1c1f71
parentb1ad06fbf937ee69e5aea3df4c02dc6f2ed2fd67 (diff)
block ssh on dragon
-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
}