Skip to content

Commit

Permalink
Fix socks port alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 6, 2024
1 parent d35fb00 commit f1bc522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ DataDirectory /var/lib/anon/anon-data
ControlPort {{ env `NOMAD_PORT_control_port` }}
SOCKSPort {{ env `NOMAD_IP_socks_port` }}:{{ env `NOMAD_PORT_socks_port` }}
SocksPort {{ env `NOMAD_PORT_socks_port` }}
SocksPort auto
SafeLogging 1
UseEntryGuards 0
ProtocolWarnings 1
Expand Down

0 comments on commit f1bc522

Please sign in to comment.