Update pires/proxyproto & Fix fallback error when original address is unix socket#182
Conversation
Author
|
上游 bug 已修复 pires/go-proxyproto#62 应该没有问题了 |
Member
|
感谢跟进解决问题并 PR |
Member
|
再次感谢 |
github-actions bot
added a commit
to sbily1988/Xray-core
that referenced
this pull request
Jan 22, 2021
* https://github.com/XTLS/Xray-core: v1.2.3 Changes from v2fly-core (XTLS#173) Fix fallbacks xver when original address is not TCP address (XTLS#182) Convert domain names to lowercase before matching (XTLS#195) Feature: Exclude some domains in sniffing destOverride (XTLS#151) Regenerate .pb.go files (XTLS#187)
Member
|
|
Member
对了,问题仍然存在,应该是接收 PROXY protocol 的依赖炸了,Xray 同样的代码,依赖用 v0.4.x 获取不到传来的地址,v0.3.3 可以 具体场景为 VLESS fallbacks xver=1 时回落到 Trojan 和分流到 VMess |
Author
|
有时间我再试一试 |
Author
|
简单试了一下 IPv4(VLESS 端口)xver 1 回落到 IPv4 (WebSocket VMESS)的,0.3.3 和 0.4.1 都可以正常获取地址。 |
Member
|
是接收有问题不是发送有问题。 |
Author
|
确实有问题 |
Author
|
已找到问题,开了修复的 PR pires/go-proxyproto#64 |
Author
|
上游 PR 已合并,可以更新一下依赖了 |
Member
|
@bohanyang 好的,感谢 |
RPRX
added a commit
that referenced
this pull request
Jan 28, 2021
Member
spider-yamet
added a commit
to spider-yamet/Xray-core
that referenced
this pull request
Feb 19, 2023
rampagekiller0725
added a commit
to rampagekiller0725/wox
that referenced
this pull request
Jun 29, 2023
Autumn216
added a commit
to Autumn216/wox
that referenced
this pull request
Oct 31, 2023
it2konst
pushed a commit
to it2konst/gametunnel-core
that referenced
this pull request
Mar 1, 2026
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
it2konst
pushed a commit
to it2konst/gametunnel-core
that referenced
this pull request
Mar 1, 2026
drovosek229
pushed a commit
to drovosek229/Xray-core
that referenced
this pull request
Mar 16, 2026
Co-authored-by: RPRX <63339210+rprx@users.noreply.github.com>
drovosek229
pushed a commit
to drovosek229/Xray-core
that referenced
this pull request
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #166
还不确定完全没有问题