summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-08-01 23:17:23 +0200
committercyBerta <cyberta@riseup.net>2019-08-02 01:49:37 +0200
commitec0fe044a8d3cabdc6d1576c870639daaf67beb4 (patch)
treeecaa50e23d08bffc5427e8f3e701c3540cd93ff0 /app/src/custom
parent5a883a2119500c1d25a7f7dc650f62d5262cb9cc (diff)
use strings instead of ints in eip-service demo setup json
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/assets/ptdemo.bitmask.eip-service.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/custom/assets/ptdemo.bitmask.eip-service.json b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
index 66148c31..65b84dd0 100644
--- a/app/src/custom/assets/ptdemo.bitmask.eip-service.json
+++ b/app/src/custom/assets/ptdemo.bitmask.eip-service.json
@@ -51,13 +51,13 @@
"cipher": "AES-256-CBC",
"dev": "tun",
"keepalive": "10 30",
- "key-direction": 1,
+ "key-direction": "1",
"nobind": true,
"persist-key": true,
- "rcvbuf": 0,
- "sndbuf": 0,
+ "rcvbuf": "0",
+ "sndbuf": "0",
"tls-cipher": "DHE-RSA-AES128-SHA",
"tun-ipv6": true,
- "verb": 3
+ "verb": "3"
}
} \ No newline at end of file