ca.crt, Wdc.key and openvpn-credentials.txt file paths made absolute; ^M removed in all config files

This commit is contained in:
sl0n
2017-01-15 22:27:13 +01:00
parent 73ffc3631a
commit db6280c6ed
343 changed files with 6689 additions and 6689 deletions

View File

@@ -1,20 +1,20 @@
client
dev tun
proto udp
remote az1-ovpn-udp.pointtoserver.com 53
persist-key
persist-tun
ca ca.crt
tls-auth Wdc.key 1
cipher AES-256-CBC
comp-lzo
verb 1
mute 20
route-method exe
route-delay 2
route 0.0.0.0 0.0.0.0
auth-user-pass
auth-retry interact
explicit-exit-notify 2
ifconfig-nowarn
auth-nocache
client
dev tun
proto udp
remote az1-ovpn-udp.pointtoserver.com 53
persist-key
persist-tun
ca /etc/openvpn/purevpn/ca.crt
tls-auth /etc/openvpn/purevpn/Wdc.key 1
cipher AES-256-CBC
comp-lzo
verb 1
mute 20
route-method exe
route-delay 2
route 0.0.0.0 0.0.0.0
auth-user-pass /config/openvpn-credentials.txt
auth-retry interact
explicit-exit-notify 2
ifconfig-nowarn
auth-nocache