From 53a738c728f27564e33f351ca1037ca5f77a4c61 Mon Sep 17 00:00:00 2001 From: graysky Date: Sat, 30 Dec 2017 09:49:20 -0500 Subject: [PATCH] fixes #3 --- ovpngen | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ovpngen b/ovpngen index c503af7..cec3423 100644 --- a/ovpngen +++ b/ovpngen @@ -1,6 +1,6 @@ #!/bin/bash -## Tested and works with OpenVPN Connect 1.0.7 build 199 (iOS 64-bit) on iOS 10.2 +## Tested and works with OpenVPN Connect 1.1.1 build 212 (iOS 64-bit) on iOS 11.2.1 ## ## Majority of the credit goes to the script's original author, trovao ## Link to original script: https://gist.github.com/trovao/18e428b5a758df24455b @@ -63,11 +63,16 @@ nobind persist-key persist-tun verb 3 -# optionally uncomment and change to exactly match the values specified -# in /etc/openvpn/server/server.conf +### +### optionally uncomment and change both the cipher and auth lines to exactly +### match the values specified in /etc/openvpn/server/server.conf #cipher AES-256-CBC #auth SHA512 -comp-lzo +### +### depending on how /etc/openvpn/server/server.conf is configured, uncomment +### the following line if you are not using the compression push option therein +#comp-lzo +### remote-cert-tls server key-direction 1