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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
希望可以在 v2rayNG 中看到像下图 1 v2rayN 一样的 ALPN 的选择,因为访问时发送的不同 ALPN 会影响 Xray 接下来的回落
图 1 v2rayN 的 ALPN 选择框
在节点编辑界面中新增一个下拉选择框或一个包含两个横向单选框的选项(跟 v2rayN 一个风格),供用户在任何模式下选择程序发出的 ALPN(或者像隔壁 SagerNet 一样给用户自定义也可以,SagerNet 的配置界面如下图 2 和图 3 所示)
图 2 SagerNet 的 ALPN 选项(未点击进入)
图 3 SagerNet 的 ALPN 选项(点击进入后)
如下图 4 没有在节点编辑页面找到类似的设置
图 4 未在 v2rayNG 中找到设置的地点
如下图 5点击笔的图案进入节点编辑界面即可
图 5 进入节点信息编辑界面
服务端配置文件 及 服务端的 error.log
服务端配置文件(下面的回落域名均为 xx.net )
"fallbacks": [ { "dest": 5001, "xver": 1 }, { "alpn": "h2", "dest": 5002, "xver": 1 }, { "name": "xx.net", "dest": 5003, "xver": 1 }, { "name": "xx.net", "alpn": "h2", # 不同的ALPN 会导致回落到不同端口 "dest": 5004, "xver": 1 }, { "name": "xx.net", "path": "/video-stream", "dest": 5005, "xver": 1 }, { "name": "xx.net", "alpn": "h2", "path": "/video-stream", "dest": 5006, "xver": 1 }, ]
Xray 服务端的 error.log 模式:INFO 模式
2022/09/19 16:27:18 [Info] [1954532682] proxy/vless/inbound: firstLen = 163 2022/09/19 16:27:18 [Info] [1954532682] proxy/vless/inbound: received request for tcp:www.google.com:80 2022/09/19 16:27:18 [Info] [1954532682] app/dispatcher: default route for tcp:www.google.com:80 2022/09/19 16:27:18 [Info] [1954532682] proxy/freedom: opening connection to tcp:www.google.com:80 2022/09/19 16:27:18 [Info] [1954532682] transport/internet/tcp: dialing TCP to tcp:www.google.com:80 2022/09/19 16:27:41 [Info] [2588343928] proxy/vless/inbound: firstLen = 0 2022/09/19 16:27:41 [Info] [2588343928] proxy/vless/inbound: fallback starts > proxy/vless/inbound: fallback directly 2022/09/19 16:27:41 [Info] [2588343928] proxy/vless/inbound: realName = xx.net **2022/09/19 16:27:41 [Info] [2588343928] proxy/vless/inbound: realAlpn = h2 通过发送的这个决定Xray将回落到何处** 2022/09/19 16:27:41 [Info] [2588343928] app/proxyman/inbound: connection ends > proxy/vless/inbound: fallback ends > proxy/vless/inbound: failed to fallback request payload > remote error: tls: bad certificate
The text was updated successfully, but these errors were encountered:
https://github.com/2dust/v2rayNG/releases/tag/1.7.22
Sorry, something went wrong.
No branches or pull requests
希望可以在 v2rayNG 中看到像下图 1 v2rayN 一样的 ALPN 的选择,因为访问时发送的不同 ALPN 会影响 Xray 接下来的回落
图 1 v2rayN 的 ALPN 选择框
预期行为
在节点编辑界面中新增一个下拉选择框或一个包含两个横向单选框的选项(跟 v2rayN 一个风格),供用户在任何模式下选择程序发出的 ALPN(或者像隔壁 SagerNet 一样给用户自定义也可以,SagerNet 的配置界面如下图 2 和图 3 所示)
图 2 SagerNet 的 ALPN 选项(未点击进入)
图 3 SagerNet 的 ALPN 选项(点击进入后)
实际行为
如下图 4 没有在节点编辑页面找到类似的设置
图 4 未在 v2rayNG 中找到设置的地点
复现方法
如下图 5点击笔的图案进入节点编辑界面即可
图 5 进入节点信息编辑界面
日志信息
服务端配置文件 及 服务端的 error.log
服务端配置文件(下面的回落域名均为 xx.net )
Xray 服务端的 error.log
模式:INFO 模式
环境信息
The text was updated successfully, but these errors were encountered: