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
latest
目标为Surge时,hysteria协议错误
默认配置
https://sub.xeton.dev/sub?target=surge&ver=4&new_name=true&url=hysteria2%3A%2F%2Ftoken%40mocknode.com%3A12345%2F%3Finsecure%3D1%26sni%3Dwww.bing.com%23MockNode
Mock一个节点即可
Proxy部分协议应该为 hysteria2
hysteria2
[Proxy] DIRECT = direct MockNode = hysteria2, mocknode.com, 12345, password=token,skip-cert-verify=true,sni=www.bing.com 🎯 全球直连 = direct
Proxy部分协议为 hysteria
hysteria
[Proxy] DIRECT = direct MockNode = hysteria, mocknode.com, 12345, password=token,skip-cert-verify=true,sni=www.bing.com 🎯 全球直连 = direct
代码走读了一下,问题点可能在这里:
subconverter/src/generator/config/subexport.cpp
Lines 940 to 944 in 92f66bf
The text was updated successfully, but these errors were encountered:
https://github.com/asdlokj1qpi233/subconverter @antergone
Sorry, something went wrong.
No branches or pull requests
确认版本最新
检索issue
subconverter版本
latest
转换过程
目标为Surge时,hysteria协议错误
转换设置
默认配置
复现步骤
Mock一个节点即可
期望结果
Proxy部分协议应该为
hysteria2
实际结果
Proxy部分协议为
hysteria
排查问题
代码走读了一下,问题点可能在这里:
subconverter/src/generator/config/subexport.cpp
Lines 940 to 944 in 92f66bf
The text was updated successfully, but these errors were encountered: