From 015a38d3e7af9caed5a6d442af7b23bb055f0141 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 24 Apr 2024 20:31:18 -0400 Subject: Revert "block ssh on dragon" This reverts commit 531a652c109982beb4439b8c0f3808894611c031. --- modules/router.nix | 5 ++--- 1 file 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 } -- cgit v1.2.3