summaryrefslogtreecommitdiff
path: root/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2024-02-27 17:18:32 +0000
committercyberta <cyberta@riseup.net>2024-02-27 17:18:32 +0000
commit8e36bc272cabcf0d6a701cea0be78f229eb487ef (patch)
tree0ba8ce5169b025da434e8c69bdf76b21ad37da37 /app/src/normalProductionFatDebug/assets/demo.bitmask.net.json
parent3ef96da39ce8453a10feb6b62dc01d91beed30ec (diff)
parenta74d142f0eaa3f3814b05fa74d1399a2943615fe (diff)
Merge branch 'update_provider_data' into 'master'
Update preshipped provider data Closes #9158 See merge request leap/bitmask_android!271
Diffstat (limited to 'app/src/normalProductionFatDebug/assets/demo.bitmask.net.json')
-rw-r--r--app/src/normalProductionFatDebug/assets/demo.bitmask.net.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json b/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json
new file mode 100644
index 00000000..f5998c9b
--- /dev/null
+++ b/app/src/normalProductionFatDebug/assets/demo.bitmask.net.json
@@ -0,0 +1,37 @@
+{
+ "api_uri":"https://api.demo.bitmask.net:4430",
+ "api_version":"3",
+ "ca_cert_fingerprint":"SHA256: 40ed9d9c13872c1fcba25abdcf26a7b1bdeded433d74fbe1ccb58fbaaab58e23",
+ "ca_cert_uri":"https://api.demo.bitmask.net/ca.crt",
+ "default_language":"en",
+ "description":{
+ "en":"This is a demo provider"
+ },
+ "domain":"demo.bitmask.net",
+ "enrollment_policy":"open",
+ "languages":[
+ "en"
+ ],
+ "name":{
+ "en":"Demo provider"
+ },
+ "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"
+ ]
+} \ No newline at end of file