ran adjustConfigs script, renamed ca.crt and created default conf symlink

This commit is contained in:
Kristian Haugene
2015-11-11 20:09:35 +01:00
parent b94f753a97
commit f10b134c2e
373 changed files with 3340 additions and 1113 deletions

View File

@@ -1,5 +1,5 @@
client
dev tun
dev tun0
proto udp
remote dal-a10.ipvanish.com 443
resolv-retry infinite
@@ -7,12 +7,18 @@ nobind
persist-key
persist-tun
persist-remote-ip
ca ca.ipvanish.com.crt
ca /etc/openvpn/ipvanish/ca.crt
tls-remote dal-a10.ipvanish.com
auth-user-pass
auth-user-pass /config/openvpn-credentials.txt
comp-lzo
verb 3
auth SHA256
cipher AES-256-CBC
keysize 256
tls-cipher DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA
# OpenVPN controls startup and shut down of transmission
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh