diff options
Diffstat (limited to 'branding/config/vendor.conf')
-rw-r--r-- | branding/config/vendor.conf | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf deleted file mode 100644 index d9e6a25..0000000 --- a/branding/config/vendor.conf +++ /dev/null @@ -1,63 +0,0 @@ -[default] - -provider = riseup - -[riseup] - -name = Riseup -applicationName = RiseupVPN -binaryName = riseup-vpn - -providerURL = riseup.net -auth = anon -apiURL = https://api.black.riseup.net/ -caURL = https://black.riseup.net/ca.crt - -infoURL = https://riseup.net/vpn -tosURL = https://riseup.net/tos -helpURL = https://riseup.net/support - -geolocationAPI = https://api.black.riseup.net:9001/json -askForDonations = true -donateURL = https://riseup.net/vpn/donate - - -[calyx] - -name = Calyx -applicationName = CalyxVPN -binaryName = calyx-vpn - -providerURL = https://calyx.net -auth = anon -apiURL = https://api.calyx.net:4430/ -caURL = https://calyx.net/ca.crt - -infoURL = https://calyx.net/ -tosURL = https://calyx.net/tos -helpURL = https://calyx.net/support - -geolocationAPI = https://api.black.riseup.net:9001/json -askForDonations = false -donateURL = - - -[demolib] - -name = demolib -applicationName = DemoLibVPN -binaryName = demolib-vpn -auth = sip -authEmptyPass = true - -providerURL = vpnlib.bitmask.net -apiURL = https://api.vpnlib.bitmask.net:4430/ -caURL = https://api.vpnlib.bitmask.net/ca.crt - -infoURL = https://libraryvpn.org/ -tosURL = https://libraryvpn.org/ -helpURL = https://libraryvpn.org/ - -geolocationAPI = https://getmyip.vpnlib.bitmask.net/json -askForDonations = false -donateURL = |