From 32f4b22dd1dc01c9f7d3948c058955eadbd65e5c Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Sun, 5 Jun 2022 21:04:23 +0530 Subject: add obfsvpn client dockerfile for use in integration test --- images/obfsvpn/scripts/functions.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'images/obfsvpn/scripts') diff --git a/images/obfsvpn/scripts/functions.sh b/images/obfsvpn/scripts/functions.sh index f00ac38..585615b 100644 --- a/images/obfsvpn/scripts/functions.sh +++ b/images/obfsvpn/scripts/functions.sh @@ -29,6 +29,9 @@ function createConfig() { cd "$APP_INSTALL_PATH" cp config/client.ovpn $CLIENT_PATH + # dirty hack: copy client config to root of APP_PERSIST_DIR + # for reusing in the obfsvpn-client container + cp config/client.ovpn "$APP_PERSIST_DIR/" echo -e "\nremote $HOST_ADDR $PORT" >> "$CLIENT_PATH/client.ovpn" -- cgit v1.2.3