Added TigerVPN as a new Provider

added Tiger vpn as the new OPENVPN provider
This commit is contained in:
Taran Romana
2015-08-18 04:04:29 -04:00
parent 3b90e23972
commit e631f6fb55
18 changed files with 290 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
client
remote tor.tigervpn.com 1194 udp
remote tor.tigervpn.com 443 tcp-client
pull
comp-lzo adaptive
dev tun
tls-client
cipher AES-256-CBC
mute 10
ca /etc/openvpn/tiger/ca.crt
auth-user-pass /config/openvpn-credentials.txt
# OpenVPN control startup and shut down of transmission
script-security 2
up /etc/transmission/start.sh
down /etc/transmission/stop.sh