Added Support for Provider TunnelBear
This commit is contained in:
21
openvpn/tunnelbear/Netherlands.ovpn
Normal file
21
openvpn/tunnelbear/Netherlands.ovpn
Normal 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
|
Reference in New Issue
Block a user