From a49be8cf197af87e68aae263d31b3448f8ce379a Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 6 Sep 2019 23:43:24 +0200 Subject: update demo setup --- .../custom/assets/ptdemo.bitmask.eip-service.json | 34 +++++++--------------- 1 file changed, 10 insertions(+), 24 deletions(-) (limited to 'app/src/custom/assets/ptdemo.bitmask.eip-service.json') diff --git a/app/src/custom/assets/ptdemo.bitmask.eip-service.json b/app/src/custom/assets/ptdemo.bitmask.eip-service.json index 65b84dd0..d804d032 100644 --- a/app/src/custom/assets/ptdemo.bitmask.eip-service.json +++ b/app/src/custom/assets/ptdemo.bitmask.eip-service.json @@ -19,45 +19,31 @@ "filter_dns": false, "limited": false, "transport": [ - { - "type": "openvpn", - "protocols": [ - "tcp" - ], - "ports": [ - "443" - ] + {"type": "openvpn", + "protocols": ["tcp"], + "ports": ["443"] }, - { - "type": "obfs4", - "protocols": [ - "tcp" - ], - "options": { - "cert": "gZlp9k6br2vn2MLnmjXpNh8D/CrR5wtackwZof/iICv1QzPwkkTUa+7JVOKtPiD0NFwCMw", - "iat-mode": "0" - }, - "ports": [ - "23042" - ] + {"type": "obfs4", + "protocols": ["tcp"], + "options": {"cert": "gZlp9k6br2vn2MLnmjXpNh8D/CrR5wtackwZof/iICv1QzPwkkTUa+7JVOKtPiD0NFwCMw", "iat-mode": "0"}, + "ports": ["23042"] } ] } } ], - "openvpn_configuration": { "auth": "SHA1", "cipher": "AES-256-CBC", "dev": "tun", "keepalive": "10 30", "key-direction": "1", - "nobind": true, - "persist-key": true, + "nobind": "True", + "persist-key": "True", "rcvbuf": "0", "sndbuf": "0", "tls-cipher": "DHE-RSA-AES128-SHA", - "tun-ipv6": true, + "tun-ipv6": "True", "verb": "3" } } \ No newline at end of file -- cgit v1.2.3