summaryrefslogtreecommitdiff
path: root/app/src/normal/assets/pt.demo.bitmask.net.json
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-10-08 01:37:08 +0200
committercyBerta <cyberta@riseup.net>2019-10-08 01:37:08 +0200
commit5dd634f466ba6df04728258b9f18a796e34c97bb (patch)
tree3597cb6b1394d11e7d68a21f20e1759ba00b78c3 /app/src/normal/assets/pt.demo.bitmask.net.json
parent699ea78397e05d13b87e44ff944def6e98b2aa87 (diff)
add pluggable transports demo as separate entry to Bitmask's onboarding provider overview, ship provider cert and provider json for certificate pinning and a better initial provider description
Diffstat (limited to 'app/src/normal/assets/pt.demo.bitmask.net.json')
-rw-r--r--app/src/normal/assets/pt.demo.bitmask.net.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/src/normal/assets/pt.demo.bitmask.net.json b/app/src/normal/assets/pt.demo.bitmask.net.json
new file mode 100644
index 00000000..a92396e5
--- /dev/null
+++ b/app/src/normal/assets/pt.demo.bitmask.net.json
@@ -0,0 +1,37 @@
+{
+ "api_uri": "https://pt.demo.bitmask.net:8000",
+ "api_version": "3",
+ "ca_cert_fingerprint": "SHA256: 0f17c033115f6b76ff67871872303ff65034efe7dd1b910062ca323eb4da5c7e",
+ "ca_cert_uri": "https://pt.demo.bitmask.net/ca.crt",
+ "default_language": "en",
+ "description": {
+ "en": "This is a demo provider for PT."
+ },
+ "domain": "pt.demo.bitmask.net:8000",
+ "enrollment_policy": "open",
+ "languages": [
+ "en"
+ ],
+ "name": {
+ "en": "Pluggable Transports Demo"
+ },
+ "service": {
+ "allow_anonymous": true,
+ "allow_free": true,
+ "allow_limited_bandwidth": false,
+ "allow_paid": false,
+ "allow_registration": false,
+ "allow_unlimited_bandwidth": true,
+ "bandwidth_limit": 102400,
+ "default_service_level": 1,
+ "levels": {
+ "1": {
+ "description": "Please donate.",
+ "name": "free"
+ }
+ }
+ },
+ "services": [
+ "openvpn"
+ ]
+}