diff --git a/operations/deploy-live.hcl b/operations/deploy-live.hcl index 52dd0df..c45e47c 100644 --- a/operations/deploy-live.hcl +++ b/operations/deploy-live.hcl @@ -59,11 +59,6 @@ job "sbws-live" { static = 9251 host_network = "wireguard" } - - port "socks-port" { - static = 9241 - host_network = "wireguard" - } } task "sbws-relay-live-task" { @@ -100,9 +95,10 @@ AgreeToTerms 1 ControlPort {{ env `NOMAD_PORT_control_port` }} -SocksPort {{ env `NOMAD_PORT_socks_port` }} +SocksPort auto -SafeLogging 1 +ConnectionPadding auto +SafeLogging 0 UseEntryGuards 0 ProtocolWarnings 1 FetchDirInfoEarly 1 diff --git a/operations/deploy-stage.hcl b/operations/deploy-stage.hcl index 82072e8..8ff5cec 100644 --- a/operations/deploy-stage.hcl +++ b/operations/deploy-stage.hcl @@ -47,11 +47,6 @@ job "sbws-stage" { static = 19151 host_network = "wireguard" } - - port "socks-port" { - static = 19141 - host_network = "wireguard" - } } task "sbws-relay-stage-task" { @@ -88,9 +83,10 @@ AgreeToTerms 1 ControlPort {{ env `NOMAD_PORT_control_port` }} -SocksPort {{ env `NOMAD_PORT_socks_port` }} +SocksPort auto -SafeLogging 1 +ConnectionPadding auto +SafeLogging 0 UseEntryGuards 0 ProtocolWarnings 1 FetchDirInfoEarly 1