-
Notifications
You must be signed in to change notification settings - Fork 74
/
xray.json
90 lines (90 loc) · 1.82 KB
/
xray.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"log": {
"loglevel": "debug",
"dnsLog": false
},
"inbounds": [
{
"tag": "socks",
"port": 17889,
"listen": "0.0.0.0",
"protocol": "socks",
"sniffing": {
"enabled": false,
"destOverride": [
"http",
"tls",
"quic"
],
"routeOnly": false
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "xtls.github.io",
"port": 443,
"users": [
{
"id": "963e2fe3-2b3c-4fb8-a008-99facaae99c2",
"alterId": 0,
"email": "t@t.tt",
"security": "auto",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "h2",
"security": "reality",
"httpSettings": {
"path": ""
},
"realitySettings": {
"serverName": "xtls.github.io",
"fingerprint": "chrome",
"show": false,
"publicKey": "o90V5sTqwkda1c2nGYJ10EYttO-1pvR_1nlLDrvnWzI",
"shortId": "b76e3dee045e4f4d",
"spiderX": "/"
}
},
"mux": {
"enabled": true,
"concurrency": 8
},
"sockopt": {
"dialerProxy": "fragment"
}
},
{
"protocol": "freedom",
"settings": {
"fragment": {
"packets": "tlshello",
"length": "100-200",
"interval": "10-20"
}
},
"streamSettings": {
"sockopt": {
"tcpNoDelay": true
}
},
"tag": "fragment"
}
],
"stats": {}
}