diff options
Diffstat (limited to 'app/src/normal/assets/pt.demo.bitmask.net.json')
-rw-r--r-- | app/src/normal/assets/pt.demo.bitmask.net.json | 37 |
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" + ] +} |