Replies: 2 comments
-
nginx的media.mydomain.com的access日志中出现大量如下日志:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
xraydebug日志: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
xray使用reality协议,nginx前置开启443 SNI分流,发现使用sing-box客户端(android ios linux)和clashXmeta客户端时均会在xray error.log出现如下warning,基本上每次访问一个网页都会出现。而换做v2rayNG测试一段时间发现不会出现该日志,想请问这是客户端没有完整适配xray reality协议的原因吗?
[Warning] [1259039893] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > proxy/vless/inbound: failed to write A response payload > write unix /dev/shm/xray_reality.sock->@: write: broken pipe
查询xray代码,搜索到该错误来源于该定义:
Xray-core/proxy/vless/inbound/inbound.go
Line 420 in 53552d7
nginx部分配置:
xray中inbound配置:
singbox outbound配置:
clashxmeta outbound配置:
error.log
access.log
Beta Was this translation helpful? Give feedback.
All reactions