From 28876566144cc74a32eb45f2fa4d966ebef8b0b2 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 23 Nov 2021 20:43:12 +0100 Subject: [pkg] allow multi-provider --- providers/vendor.conf | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'providers') diff --git a/providers/vendor.conf b/providers/vendor.conf index fa2f60c..6eb6a5a 100644 --- a/providers/vendor.conf +++ b/providers/vendor.conf @@ -1,6 +1,6 @@ [default] -provider = riseup +provider = riseup,riseupbeta [riseup] @@ -21,6 +21,24 @@ geolocationAPI = https://api.black.riseup.net:9001/json askForDonations = true donateURL = https://riseup.net/vpn/donate +[riseupbeta] + +name = RiseupBeta +applicationName = RiseupVPN +binaryName = riseup-vpn +auth = anon + +providerURL = float.hexacab.org +apiURL = https://api.float.hexacab.org:4430/ +caURL = https://api.float.hexacab.org/ca.crt + +infoURL = https://float.hexacab.org/ +tosURL = https://float.hexacab.org/ +helpURL = https://float.hexacab.org/ + +geolocationAPI = https://menshen.float.hexacab.org/json +askForDonations = true +donateURL = https://riseup.net/vpn/donate [calyx] @@ -81,21 +99,3 @@ geolocationAPI = https://menshen.float.bitmask.net/json askForDonations = false donateURL = -[riseupbeta] - -name = riseupbeta -applicationName = RiseupVPN -binaryName = riseup-vpn -auth = anon - -providerURL = float.hexacab.org -apiURL = https://api.float.hexacab.org:4430/ -caURL = https://api.float.hexacab.org/ca.crt - -infoURL = https://float.hexacab.org/ -tosURL = https://float.hexacab.org/ -helpURL = https://float.hexacab.org/ - -geolocationAPI = https://menshen.float.hexacab.org/json -askForDonations = true -donateURL = https://riseup.net/vpn/donate -- cgit v1.2.3