latest configs from PIA, scripted the adjustments for the container

This commit is contained in:
Kristian Haugene
2015-09-05 15:44:28 +02:00
parent c34467ea05
commit 62291483ae
32 changed files with 332 additions and 104 deletions

View File

@@ -6,17 +6,19 @@ resolv-retry infinite
nobind
persist-key
persist-tun
ca /etc/openvpn/pia/ca.crt
tls-client
remote-cert-tls server
auth-user-pass /config/openvpn-credentials.txt
comp-lzo
verb 1
reneg-sec 0
ca /etc/openvpn/pia/ca.crt
auth-user-pass /config/openvpn-credentials.txt
crl-verify /etc/openvpn/pia/crl.pem
# OpenVPN control startup and shut down of transmission
# OpenVPN controls startup and shut down of transmission
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh