2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 15:16:19 +01:00

add openvpn

This commit is contained in:
kev
2015-09-01 09:53:21 +08:00
parent acbe5d24c0
commit 9c6a4add6e
4 changed files with 113 additions and 39 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/bash
#
# setup script for kylemanna/openvpn
# setup script for vimagick/openvpn
#
OVPN_DIR=./ovpn
OVPN_IMG=kylemanna/openvpn
OVPN_IMG=vimagick/openvpn
OVPN_DATA=openvpn_data_1
OVPN_SERVER=tcp://vpn.datageek.info
@@ -35,4 +35,3 @@ do
echo "invalid"
fi
done