完整性要求
描述
Web Panel: Marzban
Xray-core: 26.1.18
Client: Android +v2RayRun
Server routing scheme.
(nginx):443 => (xray):8443 or (nginx-panel marzban)localhost:9443 =>(vpn) or (nginx-fake domain)localhost:10443
Xray-settings
{
"log": {
"access": "/var/lib/marzban/logs/access.log",
"error": "/var/lib/marzban/logs/error.log",
"loglevel": "debug"
},
"dns": {
"servers": [
"1.1.1.1"
],
"queryStrategy": "UseIPv4"
},
"routing": {
"rules": []
},
"inbounds": [
{
"tag": "VLESS_XHTTP_REALITY",
"listen": "127.0.0.1",
"port": "8443",
"protocol": "vless",
"settings": {
"flow":"",
"clients": [],
"decryption": "none"
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"path": "/vlxhttp"
},
"security": "reality",
"realitySettings": {
"show": true,
"serverName": "my.domain",
"target": "10443",
"serverNames": [
"my.domain"
],
"privateKey": "...",
"publicKey": "...",
"shortIds": [
"..."
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "DIRECT"
},
{
"protocol": "blackhole",
"tag": "BLOCK"
}
]
}
If inbouns[].settings.flow="" then everything works fine.
If inbouns[].settings.flow="xtls-rprx-vision", then some sites (for example github.com, 2ip.io) give the error ERR_CONNETION_CLOSED.
At the same time, for xray-core v26.1.18 with inbouns[].settings.flow="" the following message is displayed:
[Warning] common/errors: This feature VLESS without flow is deprecated and being migrated to VLESS with flow. Please update your config(s) according to release note and documentation before removal.
It's up to you to decide whether this is a bug or not. But if in the future “VLESS with flow” is mandatory, then problems will arise.
重现方式
P.S.: I don't understand your Chinese!
客户端配置
P.S.: I don't understand your Chinese!
服务端配置
P.S.: I don't understand your Chinese!
客户端日志
P.S.: I don't understand your Chinese!
服务端日志
P.S.: I don't understand your Chinese!
完整性要求
描述
Web Panel: Marzban
Xray-core: 26.1.18
Client: Android +v2RayRun
Server routing scheme.
(nginx):443 => (xray):8443 or (nginx-panel marzban)localhost:9443 =>(vpn) or (nginx-fake domain)localhost:10443Xray-settings
If
inbouns[].settings.flow=""then everything works fine.If
inbouns[].settings.flow="xtls-rprx-vision", then some sites (for example github.com, 2ip.io) give the error ERR_CONNETION_CLOSED.At the same time, for xray-core v26.1.18 with inbouns[].settings.flow="" the following message is displayed:
[Warning] common/errors: This feature VLESS without flow is deprecated and being migrated to VLESS with flow. Please update your config(s) according to release note and documentation before removal.It's up to you to decide whether this is a bug or not. But if in the future “VLESS with flow” is mandatory, then problems will arise.
重现方式
P.S.: I don't understand your Chinese!
客户端配置
P.S.: I don't understand your Chinese!
服务端配置
P.S.: I don't understand your Chinese!
客户端日志
P.S.: I don't understand your Chinese!
服务端日志
P.S.: I don't understand your Chinese!