Last active 1 month ago

vless-reality.json Raw
1{
2 "log": {
3 "loglevel": "info"
4 },
5 "inbounds": [
6 {
7 "tag": "vless-reality",
8 "port": 8443,
9 "listen": "0.0.0.0",
10 "protocol": "vless",
11 "settings": {
12 "clients": [],
13 "decryption": "none"
14 },
15 "sniffing": {
16 "enabled": true,
17 "destOverride": [
18 "http",
19 "tls",
20 "quic"
21 ]
22 },
23 "streamSettings": {
24 "network": "raw",
25 "security": "reality",
26 "realitySettings": {
27 "target": "set.reasonable.target:443",
28 "password": "REPLACE_IT_WITH_PASSWORD",
29 "shortIds": [
30 "replace_it_with_short_id"
31 ],
32 "privateKey": "REPLACE_IT_WITH_YOUR_PRIVATE_KEY",
33 "serverNames": [
34 "set.reasonable.target"
35 ]
36 }
37 }
38 }
39 ],
40 "outbounds": [
41 {
42 "tag": "direct",
43 "protocol": "freedom"
44 },
45 {
46 "tag": "block",
47 "protocol": "blackhole"
48 }
49 ],
50 "routing": {
51 "rules": []
52 }
53}