diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-08-08 14:59:21 -0400 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-16 22:58:48 +0200 |
commit | 46fec47689b990a56c366b81e47d8f28eac0d413 (patch) | |
tree | d7b8801f133409c6a41c8e071ecedc2fcb9bed1c /branding/config/vendor.conf | |
parent | 1de7bb124a5e502945712ef34f924ca4d1d0ca45 (diff) |
[pkg] add our demo pluggable transports provider
Diffstat (limited to 'branding/config/vendor.conf')
-rw-r--r-- | branding/config/vendor.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index f0f42c1..096f310 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -41,3 +41,22 @@ geolocationAPI = https://api.black.riseup.net:9001/json askForDonations = true donateURL = http://example.org + +[demo] + +name = demo +applicationName = DemoVPN +binaryName = demo-vpn + +providerURL = demo.bitmask.net +apiURL = https://leech.demo.bitmask.net:8000/ +caURL = https://leech.demo.bitmask.net:8000/ca.crt + +infoURL = https://bitmask.net +tosURL = https://bitmask.net +helpURL = https://bitmask.net + +geolocationAPI = + +askForDonations = false +donateURL = |