Add support for VPNArea.com

Using config files found in http://vpnarea.com/OpenVPN-ubuntu.zip
This commit is contained in:
Ethan
2017-07-28 21:14:03 -04:00
parent 9b9492f14b
commit 89ab9aa7c7
190 changed files with 3961 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
client
proto udp
dev tun0
remote 217.12.210.115 111
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
ca /etc/openvpn/vpnarea/ca.crt
cipher AES-256-CBC
auth SHA256
comp-lzo
verb 3
auth-user-pass /config/openvpn-credentials.txt
mute-replay-warnings
passtos
tun-mtu 1500