added torguard as provider, adjusted config files and added default.ovpn symlink

This commit is contained in:
Kristian Haugene
2015-09-05 16:13:51 +02:00
parent ce269005f5
commit 03454101c7
69 changed files with 575 additions and 236 deletions

View File

@@ -1,5 +1,5 @@
client
dev tun
dev tun0
proto udp
remote nl.stealth.torguardvpnaccess.com 53
resolv-retry infinite
@@ -8,8 +8,8 @@ nobind
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ca ca.crt
auth-user-pass
ca /etc/openvpn/torguard/ca.crt
auth-user-pass /config/openvpn-credentials.txt
cipher AES-256-CBC
comp-lzo
fast-io
@@ -18,4 +18,9 @@ route-delay 2
route-method exe
script-security 3 system
mute-replay-warnings
verb 3
verb 3
# OpenVPN controls startup and shut down of transmission
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh