diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-09 19:28:46 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:51:24 +0100 |
commit | b3453bbea901ed02ce3b458883f2f8ab03afc161 (patch) | |
tree | fcb0f8f7c46749be9684e15c203a5295df99c1aa /providers | |
parent | a3d0c9517bd5cccf04662b497fe5b1ecc3607f26 (diff) |
[pkg] riseup beta provider
Diffstat (limited to 'providers')
l--------- | providers/riseupbeta/assets | 1 | ||||
-rw-r--r-- | providers/riseupbeta/riseupbeta-ca.crt | 10 | ||||
-rw-r--r-- | providers/vendor.conf | 19 |
3 files changed, 30 insertions, 0 deletions
diff --git a/providers/riseupbeta/assets b/providers/riseupbeta/assets new file mode 120000 index 0000000..becab2c --- /dev/null +++ b/providers/riseupbeta/assets @@ -0,0 +1 @@ +../riseup/assets
\ No newline at end of file diff --git a/providers/riseupbeta/riseupbeta-ca.crt b/providers/riseupbeta/riseupbeta-ca.crt new file mode 100644 index 0000000..4f801cc --- /dev/null +++ b/providers/riseupbeta/riseupbeta-ca.crt @@ -0,0 +1,10 @@ +-----BEGIN CERTIFICATE----- +MIIBYjCCAQigAwIBAgIBATAKBggqhkjOPQQDAjAXMRUwEwYDVQQDEwxMRUFQIFJv +b3QgQ0EwHhcNMjExMTAyMTkwNTM3WhcNMjYxMTAyMTkxMDM3WjAXMRUwEwYDVQQD +EwxMRUFQIFJvb3QgQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAQxOXBGu+gf +pjHzVteGTWL6XnFxtEnKMFpKaJkA/VOHmESzoLsZRQxt88GssxaqC01J17idQiqv +zgNpedmtvFtyo0UwQzAOBgNVHQ8BAf8EBAMCAqQwEgYDVR0TAQH/BAgwBgEB/wIB +ATAdBgNVHQ4EFgQUZdoUlJrCIUNFrpffAq+LQjnwEz4wCgYIKoZIzj0EAwIDSAAw +RQIgfr3w4tnRG+NdI3LsGPlsRktGK20xHTzsB3orB0yC6cICIQCB+/9y8nmSStfN +VUMUyk2hNd7/kC8nL222TTD7VZUtsg== +-----END CERTIFICATE----- diff --git a/providers/vendor.conf b/providers/vendor.conf index 9c2bdd7..fa2f60c 100644 --- a/providers/vendor.conf +++ b/providers/vendor.conf @@ -80,3 +80,22 @@ helpURL = https://float.bitmask.net/ 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 |