From eead4d0046995c11314347b5963a7b4770a1c86e Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 2 Jul 2019 18:14:51 +0200 Subject: [feat] add make prepare target to Makefile --- branding/config/vendor.conf | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'branding/config/vendor.conf') diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index ee5aa36..12fca4e 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -8,17 +8,31 @@ provider = riseup name = Riseup applicationName = RiseupVPN binaryName = riseup-vpn + providerURL = riseup.net +apiURL = https://api.black.riseup.net/ +caURL = https://black.riseup.net/ca.crt + tosURL = https://riseup.net/tos helpURL = https://riseup.net/support -donateURL = https://riseup.net/donate -apiURL = https://api.black.riseup.net/ + geolocationAPI = https://api.black.riseup.net:9001/json +askForDonations = true +donateURL = https://riseup.net/donate + [calyx] name = Calyx applicationName = CalyxVPN binaryName = calyx-vpn -apiURL = https://calyx.org +providerURL = https://calyx.net +tosURL = https://calyx.net/tos +helpURL = https://calyx.net/support +apiURL = https://api.calyx.net:4430/ +caURL = https://calyx.net/ca.crt +geolocationAPI = https://api.black.riseup.net:9001/json + +askForDonations = true +donateURL = http://example.org -- cgit v1.2.3