forked from chika0801/sing-box-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_client.json
38 lines (38 loc) · 936 Bytes
/
config_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
{
"inbounds": [
{
"type": "mixed",
"listen": "::",
"listen_port": 10000
}
],
"outbounds": [
{
"type": "vless",
"server": "",
"server_port": 443,
"uuid": "",
"tls": {
"enabled": true,
"server_name": "",
"utls": {
"enabled": true,
"fingerprint": "chrome"
}
},
"packet_encoding": "xudp",
"multiplex": {
"enabled": true,
"protocol": "h2mux",
"max_connections": 1,
"min_streams": 4,
"padding": false,
"brutal": {
"enabled": true,
"up_mbps": 20,
"down_mbps": 100
}
}
}
]
}