25 lines
469 B
Plaintext
25 lines
469 B
Plaintext
client
|
|
dev tun5
|
|
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
|
|
ca /etc/openvpn/tunnelbear/CACertificate.crt
|
|
cert /etc/openvpn/tunnelbear/UserCertificate.crt
|
|
key /etc/openvpn/tunnelbear/PrivateKey.key
|
|
remote ch.lazerpenguin.com 443
|
|
cipher AES-256-CBC
|
|
auth SHA256
|
|
keysize 256
|
|
|
|
auth-user-pass /config/openvpn-credentials.txt
|
|
|
|
status /tmp/openvpn/openvpn-status.log
|