README: Use long server_url

* Attempt to reveal the configurability to the curious.
This commit is contained in:
Kyle Manna 2014-06-30 23:43:41 -07:00
parent 836b473d20
commit 9951ca6ca2

View File

@ -7,7 +7,7 @@ OpenVPN server in a Docker container complete with an EasyRSA PKI CA.
* Initalize the `openvpn-data` container that will hold the configuration files * Initalize the `openvpn-data` container that will hold the configuration files
and certificates and certificates
docker run --name openvpn-data -it kylemanna/openvpn ovpn_init VPN.SERVERNAME.COM docker run --name openvpn-data -it kylemanna/openvpn ovpn_init udp://VPN.SERVERNAME.COM:1194
* Start OpenVPN server process * Start OpenVPN server process