Skip to content

Commit 71cca73

Browse files
Create Reality-tcp.json
1 parent 75db731 commit 71cca73

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Sing-Box/Server/Reality-tcp.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"inbounds": [
3+
{
4+
"type": "vless",
5+
"tag": "vless-in",
6+
"listen": "::",
7+
"listen_port": PORT,
8+
"sniff": true,
9+
"sniff_override_destination": true,
10+
"tls": {
11+
"enabled": true,
12+
"reality": {
13+
"enabled": true,
14+
"handshake": {
15+
"server": "SNI",
16+
"server_port": 443
17+
},
18+
"private_key": "PRIVATE-KEY",
19+
"short_id": [
20+
"SHORT-ID"
21+
]
22+
},
23+
"server_name": "SNI"
24+
},
25+
"users": [
26+
{
27+
"name": "NAME",
28+
"uuid": "UUID",
29+
"flow": "xtls-rprx-vision"
30+
}
31+
]
32+
}
33+
],
34+
"log": {
35+
"level": "warn",
36+
"timestamp": true
37+
},
38+
"outbounds": [
39+
{
40+
"tag": "direct",
41+
"type": "direct"
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)