summaryrefslogtreecommitdiff
path: root/providers/vendor.conf
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-10-09 18:53:11 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:54 +0200
commit73d0c7a96df2212d5a3ee6289fc286f3e6459028 (patch)
treed304904b19b1ef365213876a60e19e232a36c95a /providers/vendor.conf
parente4a2efb527fb09b548c14b13d28d0780941ca72d (diff)
[pkg] refactor vendor init/check
Diffstat (limited to 'providers/vendor.conf')
-rw-r--r--providers/vendor.conf63
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 =