From 46fec47689b990a56c366b81e47d8f28eac0d413 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 8 Aug 2019 14:59:21 -0400 Subject: [pkg] add our demo pluggable transports provider --- branding/config/vendor.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'branding/config/vendor.conf') 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 = -- cgit v1.2.3