Adding FrootVPN as provider

This commit is contained in:
Kristian Haugene
2015-08-31 19:20:37 +02:00
parent f5ad7e55ce
commit 0dc948ca80
4 changed files with 132 additions and 1 deletions

View File

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