Skip to content

Commit

Permalink
Config updates to match scanner's reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 8, 2024
1 parent be6a2ac commit c7d985e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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
Expand Down
10 changes: 3 additions & 7 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c7d985e

Please sign in to comment.