1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
{
"serial": 3,
"version": 3,
"locations": {
"Amsterdam": {
"name": "Amsterdam",
"country_code": "NL",
"hemisphere": "N",
"timezone": "-1"
}
},
"gateways": [
{
"host": "pt.demo.bitmask.net",
"ip_address": "37.218.247.60",
"location": "Amsterdam",
"capabilities": {
"adblock": false,
"filter_dns": false,
"limited": false,
"transport": [
{"type": "openvpn",
"protocols": ["tcp"],
"ports": ["443"]
},
{"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",
"rcvbuf": "0",
"sndbuf": "0",
"tls-cipher": "DHE-RSA-AES128-SHA",
"tun-ipv6": "True",
"verb": "3"
}
}
|