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

24
openvpn/pia/Turkey.ovpn Normal file
View File

@@ -0,0 +1,24 @@
client
dev tun0
proto udp
remote turkey.privateinternetaccess.com 1194
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
crl-verify /etc/openvpn/pia/crl.pem
# OpenVPN controls startup and shut down of transmission
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh