We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
V2Ray 5.20.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
TPROXY 透明代理,通过自主可控 dns 给希望代理的域名一个 fakeip,然后依托 v2ray 自身的嗅探功能找到域名。
github.com 网站嗅探失败,导致流量会发往 fakeip,无法正确打开网站。
神奇的是,该现象不是必然的,是有时候能嗅探出来,有时候不能。
正确打开 github.com
有没有可能 v2ray 提供 sniffing 的 hard-code 的 ip mapping,即目的地 IP 是某一个特定已知 ip 的时候,v2ray 将他以特定域名处理, 如 github.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of V2Ray are you using?
V2Ray 5.20.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.23.2 linux/amd64)
What's your scenario of using V2Ray?
TPROXY 透明代理,通过自主可控 dns 给希望代理的域名一个 fakeip,然后依托 v2ray 自身的嗅探功能找到域名。
What problems have you encountered?
github.com 网站嗅探失败,导致流量会发往 fakeip,无法正确打开网站。
神奇的是,该现象不是必然的,是有时候能嗅探出来,有时候不能。
What's your expectation?
正确打开 github.com
Feature Request
有没有可能 v2ray 提供 sniffing 的 hard-code 的 ip mapping,即目的地 IP 是某一个特定已知 ip 的时候,v2ray 将他以特定域名处理, 如 github.com
The text was updated successfully, but these errors were encountered: