forked from chika0801/sing-box-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_server.json
38 lines (38 loc) · 1018 Bytes
/
config_server.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": "vless",
"listen": "::",
"listen_port": 443,
"users": [
{
"uuid": ""
}
],
"tls": {
"enabled": true,
"server_name": "",
"reality": {
"enabled": true,
"handshake": {
"server": "",
"server_port": 443
},
"private_key": "",
"short_id": [
""
]
}
},
"transport": {
"type": "http",
"host": [] // 若不写此字段或值留空时,将接受任意值,若设置此字段,需要两端值一致才能连接成功,"host": [""] 不是值留空
}
}
],
"outbounds": [
{
"type": "direct"
}
]
}