added torguard as provider, adjusted config files and added default.ovpn symlink
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user