2014-11-09 16:23:18 +01:00
|
|
|
client
|
2015-05-23 09:06:08 -07:00
|
|
|
dev tun0
|
2014-11-09 16:23:18 +01:00
|
|
|
proto udp
|
|
|
|
remote us-florida.privateinternetaccess.com 1194
|
|
|
|
resolv-retry infinite
|
|
|
|
nobind
|
|
|
|
persist-key
|
|
|
|
persist-tun
|
2015-09-05 15:44:28 +02:00
|
|
|
ca /etc/openvpn/pia/ca.crt
|
2014-11-09 16:23:18 +01:00
|
|
|
tls-client
|
|
|
|
remote-cert-tls server
|
2015-09-05 15:44:28 +02:00
|
|
|
auth-user-pass /config/openvpn-credentials.txt
|
2014-11-09 16:23:18 +01:00
|
|
|
comp-lzo
|
|
|
|
verb 1
|
|
|
|
reneg-sec 0
|
2015-08-07 23:07:55 +02:00
|
|
|
crl-verify /etc/openvpn/pia/crl.pem
|
2014-11-09 16:23:18 +01:00
|
|
|
|
2015-09-05 15:44:28 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# OpenVPN controls startup and shut down of transmission
|
2015-05-09 18:38:31 +02:00
|
|
|
script-security 2
|
2015-08-09 21:00:49 +02:00
|
|
|
up /etc/transmission/start.sh
|
|
|
|
down /etc/transmission/stop.sh
|