forked from ProxyPanel/VNet-V2ray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient.json
56 lines (56 loc) · 1007 Bytes
/
client.json
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
50
51
52
53
54
55
56
{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"port": 10801,
"protocol": "dokodemo-door",
"settings": {
"address": "0.0.0.0",
"port": 12345,
"network": "tcp,udp"
}
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "localhost",
"port": 10086,
"users": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
}
]
}
]
}
},
{
"protocol": "freedom",
"settings": {}
}
],
"stats": {},
"PolicyObject": {
"levels": {
"0": {
"handshake": 4,
"connIdle": 300,
"uplinkOnly": 2,
"downlinkOnly": 5,
"statsUserUplink": true,
"statsUserDownlink": true,
"bufferSize": 0
}
},
"system": {
"statsInboundUplink": true,
"statsInboundDownlink": true
}
}
}