From 73d0c7a96df2212d5a3ee6289fc286f3e6459028 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 9 Oct 2020 18:53:11 +0200 Subject: [pkg] refactor vendor init/check --- providers/vendor.conf | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 providers/vendor.conf (limited to 'providers/vendor.conf') 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 = -- cgit v1.2.3