diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-06-28 17:01:41 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:45:55 -0400 |
commit | 5d65d89e01105bc1b37995175cd9336ea2c737e0 (patch) | |
tree | b2ce2d150a7cd5cc9467f18e0039b0889846793d /branding/config/vendor.conf | |
parent | 2160bb2351cd66639b50ff13764bb7b1442533bb (diff) |
[feat] add vendorize script to generate config
Diffstat (limited to 'branding/config/vendor.conf')
-rw-r--r-- | branding/config/vendor.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf new file mode 100644 index 0000000..ee5aa36 --- /dev/null +++ b/branding/config/vendor.conf @@ -0,0 +1,24 @@ +[default] + +provider = riseup + + +[riseup] + +name = Riseup +applicationName = RiseupVPN +binaryName = riseup-vpn +providerURL = riseup.net +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 + + +[calyx] + +name = Calyx +applicationName = CalyxVPN +binaryName = calyx-vpn +apiURL = https://calyx.org |