Added Support for Provider TunnelBear

This commit is contained in:
Unknown
2018-03-13 22:03:30 -04:00
parent 080c6df8f8
commit 0bc39f3f5d
26 changed files with 696 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
client
dev tun0
proto udp
comp-lzo
nobind
ns-cert-type server
persist-key
persist-tun
reneg-sec 0
dhcp-option DNS 8.8.8.8
dhcp-option DNS 8.8.4.4
redirect-gateway
verb 1
auth-user-pass /config/openvpn-credentials.txt
ca /etc/openvpn/tunnelbear/CACertificate.crt
cert /etc/openvpn/tunnelbear/UserCertificate.crt
key /etc/openvpn/tunnelbear/PrivateKey.key
remote nl.lazerpenguin.com 443
cipher AES-256-CBC
auth SHA256
keysize 256