summaryrefslogtreecommitdiff
path: root/app/src/custom/assets/ptdemo.bitmask.eip-service.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/assets/ptdemo.bitmask.eip-service.json')
-rw-r--r--app/src/custom/assets/ptdemo.bitmask.eip-service.json34
1 files changed, 10 insertions, 24 deletions
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