We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db731 commit 71cca73Copy full SHA for 71cca73
Sing-Box/Server/Reality-tcp.json
@@ -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
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