choose config to use by optionally setting environment variable.

This commit is contained in:
Kristian Haugene
2015-05-09 18:59:36 +02:00
parent 50b5aa7d46
commit 6f07f0324b
3 changed files with 17 additions and 23 deletions

View File

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