-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLESS-XHTTP3-Nginx的配置似乎不成功 #208
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Try |
看起来服务端(入站)已经收到并理解请求,检查与 |
OK, i'm sorry for silly question. I should've test client with debug log mode before asking. Client requests for some reason fails to execute:
Probably some poor client/nginx configuration occurred. Will try to fix it later. |
check ur DNS |
This comment was marked as off-topic.
This comment was marked as off-topic.
没模板不处理 |
Xray 24.12.18
VLESS-XHTTP3-Nginx的配置会在xray server端报错
proxy/vless/inbound: connection ends > context canceled
xray server端报错如下:
2024/12/31 13:16:34 from XXXX请求IP:0 accepted tcp:developers.google.com:443
2024/12/31 13:16:34 [Info] [2621369704] proxy/freedom: connection opened to tcp:developers.google.com:443, local endpoint 10.0.0.82:40978, remote endpoint 172.217.25.174:443
2024/12/31 13:16:34 [Info] [2621369704] proxy: CopyRawConn readv
2024/12/31 13:16:35 [Info] [2621369704] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled
server端相关配置如下:
"inbounds": [
{
"listen": "/dev/shm/xrxh.socket,0666",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "XXX"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"mode": "stream-one",
"path": "/split"
}
}
},
client端配置如下:
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "XXX",
"port": 443,
"users": [
{
"id": "XXX" //填写你的 UUID
}
]
}
]
},
"streamSettings": {
"network": "xhttp",
"xhttpSettings": {
"path": "/split", //填写你的 path
"mode": "stream-one",
"xmux": {
"maxConcurrency": 128,
"cMaxReuseTimes": 1000,
"cMaxLifetimeMs": 3600000
}
}
"security": "tls",
"tlsSettings": {
"alpn": [
"h3"
]
}
}
}
nginx相关配置如下:
The text was updated successfully, but these errors were encountered: