summaryrefslogtreecommitdiff
path: root/app/assets/calyx.net.json
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2018-01-11 16:45:02 +0100
committerFup Duck <fupduck@sacknagel.com>2018-01-11 16:45:02 +0100
commit8b942c746b51410f334b7303699a5ac740513ae3 (patch)
tree44ee46517c9f551ad77ca7ab405ba5bd981c5e4f /app/assets/calyx.net.json
parentfba19da668411f722773617b2f09726701bc3ea8 (diff)
parent68d6eb91436d0d145fd340056fd8000f7dd1ff34 (diff)
Merge remote-tracking branch '0xacab/0.9.8' into 8802_drawer
Diffstat (limited to 'app/assets/calyx.net.json')
-rw-r--r--app/assets/calyx.net.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/assets/calyx.net.json b/app/assets/calyx.net.json
new file mode 100644
index 00000000..30ab43c5
--- /dev/null
+++ b/app/assets/calyx.net.json
@@ -0,0 +1,37 @@
+{
+ "api_uri": "https://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