Skip to content
Snippets Groups Projects
Commit 9aa2e86f authored by sgk's avatar sgk
Browse files

fix - pkg/docker/runvpn.go - obfs4-vpn - rename env variables

parent 61fe26b8
Branches main
No related tags found
1 merge request!12fix - pkg/docker/runvpn.go - obfs4-vpn - rename env variables
......@@ -75,8 +75,8 @@ func RunVPN() {
Detach: true,
Env: []string{
fmt.Sprintf("CONTROL_PORT=%s", "9090"),
fmt.Sprintf("OBFSVPN_IP=%s", bridgeIP),
fmt.Sprintf("OBFSVPN_PORT=%s", bridgePort),
fmt.Sprintf("OBFS4_HOST=%s", bridgeIP),
fmt.Sprintf("OBFS4_PORT=%s", bridgePort),
fmt.Sprintf("OBFSVPN_LOCATION=%s", location),
"OBFS4_KEY_FILE=/opt/obfsvpn/obfsvpn-server-test-data/obfs4.json",
fmt.Sprintf("OPENVPN_HOST=%s", gatewayIP),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment