Merge pull request #138 from Caerbannog/patch-1

Add "key-direction 1" to client .ovpn
This commit is contained in:
Kyle Manna 2016-07-05 11:44:05 -07:00 committed by GitHub
commit 0a5a792519

View File

@ -35,6 +35,7 @@ get_client_config() {
client client
nobind nobind
dev $OVPN_DEVICE dev $OVPN_DEVICE
key-direction 1
remote-cert-tls server remote-cert-tls server
remote $OVPN_CN $OVPN_PORT $OVPN_PROTO remote $OVPN_CN $OVPN_PORT $OVPN_PROTO