From 9951ca6ca209c876ac25da1e7161cc403ee72cbf Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 30 Jun 2014 23:43:41 -0700 Subject: [PATCH] README: Use long server_url * Attempt to reveal the configurability to the curious. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc4a8bf..8d66721 100644 --- a/README.md +++ b/README.md @@ -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 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