docker-qBittorrentvpn/openvpn/pia/AU Sydney.ovpn

25 lines
433 B
Plaintext
Raw Normal View History

2015-05-09 16:29:14 +00:00
client
dev tun0
2015-05-09 16:29:14 +00:00
proto udp
remote aus.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/pia/ca.crt
2015-05-09 16:29:14 +00:00
tls-client
remote-cert-tls server
auth-user-pass /config/openvpn-credentials.txt
2015-05-09 16:29:14 +00:00
comp-lzo
verb 1
reneg-sec 0
crl-verify /etc/openvpn/pia/crl.pem
2015-05-09 16:29:14 +00:00
# OpenVPN controls startup and shut down of transmission
2015-05-09 16:38:31 +00:00
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh