diff options
Diffstat (limited to 'branding/config/vendor.conf')
-rw-r--r-- | branding/config/vendor.conf | 20 |
1 files changed, 17 insertions, 3 deletions
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 |