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

@@ -8,6 +8,8 @@ elif [ "$OPENVPN_PROVIDER" = "TIGER" ]; then
vpn_provider="tiger"
elif [ "$OPENVPN_PROVIDER" = "FROOT" ]; then
vpn_provider="froot"
elif [ "$OPENVPN_PROVIDER" = "TORGUARD" ]; then
vpn_provider="torguard"
else
echo "Could not find OpenVPN provider: $OPENVPN_PROVIDER"
echo "Please check your settings."