diff options
Diffstat (limited to 'providers/vendor.conf')
-rw-r--r-- | providers/vendor.conf | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/providers/vendor.conf b/providers/vendor.conf new file mode 100644 index 0000000..d9e6a25 --- /dev/null +++ b/providers/vendor.conf @@ -0,0 +1,63 @@ +[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 = |