Last active 1 month ago

savely's Avatar savely revised this gist 3 months ago. Go to revision

1 file changed, 46 insertions

vless-xhttp.json(file created)

@@ -0,0 +1,46 @@
1 + {
2 + "log": {
3 + "loglevel": "info"
4 + },
5 + "inbounds": [
6 + {
7 + "tag": "vless-xhttp",
8 + "port": 8080,
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": "xhttp",
25 + "security": "none",
26 + "xhttpSettings": {
27 + "mode": "stream-up",
28 + "path": "Replace-It-With-Super-Secret-Path"
29 + }
30 + }
31 + }
32 + ],
33 + "outbounds": [
34 + {
35 + "tag": "DIRECT",
36 + "protocol": "freedom"
37 + },
38 + {
39 + "tag": "BLOCK",
40 + "protocol": "blackhole"
41 + }
42 + ],
43 + "routing": {
44 + "rules": []
45 + }
46 + }
Newer Older