Skip to content
Snippets Groups Projects
Commit 10d57a6e authored by kwadronaut's avatar kwadronaut :speech_balloon:
Browse files

Update 2 files

- /.env.kcp
- /docker-compose.yml
parent 14b00568
No related branches found
No related tags found
1 merge request!48Update .env for obfs4
Pipeline #228928 failed
...@@ -4,6 +4,6 @@ OPENVPN_HOST="openvpn-server" ...@@ -4,6 +4,6 @@ OPENVPN_HOST="openvpn-server"
OPENVPN_PORT="5540" OPENVPN_PORT="5540"
LIVE_TEST="0" LIVE_TEST="0"
OBFS4_HOST="obfsvpn-1" OBFS4_HOST="obfsvpn-1"
OBFS4_HOST2= OBFS4_HOST2="0.0.0.0"
OBFS4_PORT="4430" OBFS4_PORT="4430"
TUN_MTU="48000" TUN_MTU="48000"
\ No newline at end of file
...@@ -11,6 +11,7 @@ services: ...@@ -11,6 +11,7 @@ services:
environment: environment:
TUN_MTU: 48000 TUN_MTU: 48000
LIVE_TEST: "$LIVE_TEST" LIVE_TEST: "$LIVE_TEST"
OBFS4_IP: "$OBFS4_IP"
command: "/opt/openvpn-server/start.sh" command: "/opt/openvpn-server/start.sh"
obfsvpn-1: obfsvpn-1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment