diff options
author | cyBerta <cyberta@riseup.net> | 2018-08-17 18:00:45 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-08-17 18:00:45 +0200 |
commit | 67d63a1dcc2875638014c65cc24f140e10fb6c40 (patch) | |
tree | b491caf98b0c3e410cb8a48570a13085717d80f1 /app/src/normal/assets/calyx.net.json | |
parent | 62d335bc2b72c4301539602fa04164365d780707 (diff) |
#8896 move preconfigured providers to flavor normal and custom
Diffstat (limited to 'app/src/normal/assets/calyx.net.json')
-rw-r--r-- | app/src/normal/assets/calyx.net.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app/src/normal/assets/calyx.net.json b/app/src/normal/assets/calyx.net.json new file mode 100644 index 00000000..69e1c2a6 --- /dev/null +++ b/app/src/normal/assets/calyx.net.json @@ -0,0 +1,37 @@ +{ + "api_uri": "https://api.calyx.net:4430", + "api_version": "1", + "ca_cert_fingerprint": "SHA256: 43683c9ba3862c5384a8c1885072fcac40b5d2d4dd67331443f13a3077fa2e69", + "ca_cert_uri": "https://calyx.net/ca.crt", + "default_language": "en", + "description": { + "en": "Calyx Institute privacy focused ISP testbed" + }, + "domain": "calyx.net", + "enrollment_policy": "open", + "languages": [ + "en" + ], + "name": { + "en": "calyx" + }, + "service": { + "allow_anonymous": false, + "allow_free": true, + "allow_limited_bandwidth": false, + "allow_paid": false, + "allow_registration": true, + "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 |