· 8 years ago · Feb 06, 2018, 02:44 PM
1{
2 "inbound": {
3 "port": 443,
4 "protocol": "vmess",
5 "settings": {
6 "clients": [
7 {
8 "id": "***",
9 "level": 1,
10 "alterId": 10,
11 "email": "*@gmail.com"
12 }
13 ],
14 "detour": {
15 "to": "dynamicPort"
16 }
17 },
18 "streamSettings": {
19 "network": "kcp"
20 }
21 },
22 "outbound": {
23 "protocol": "freedom",
24 "settings": {}
25 },
26 "inboundDetour": [{
27 "protocol": "vmess",
28 "port": "10000-20000",
29 "tag": "dynamicPort",
30 "settings": {
31 "default": {
32 "level": 1,
33 "alterId": 32
34 }
35 },
36 "allocate": {
37 "strategy": "random",
38 "concurrency": 2,
39 "refresh": 5
40 },
41 "streamSettings": {
42 "network": "kcp"
43 }
44 }]
45}