forked from hiddify/Hiddify-Reality-Scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server_config.json
45 lines (45 loc) · 1.14 KB
/
server_config.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
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 11443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "hiddify",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"dest": "www.yahoo.com:443",
"serverNames": [],
"privateKey": "2KZ4uouMKgI8nR-LDJNP1_MHisCJOmKGj9jUjZLncVU",
"shortIds": [ "6ba85179e30d4fc2"]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}