Closed hiifeng closed 3 months ago
Thanks for opening this issue!
@hiifeng The obfuscation feature has not been implemented yet
@hiifeng 混淆功能尚未实现
感谢回复,我换了一个没有混淆的hy2节点,出现如下提示:
journalctl -xeu dae.service -a
......
Jul 23 16:19:26 armbian dae[3187]: level=info msg="failed to parse node: parse "hysteria2://***@abc.com:8550,45000-50000/": invalid port ":8550,45000-50000" after host"
Jul 23 16:19:26 armbian dae[3187]: level=info msg="Group "ifeng_proxy" node list:"
Jul 23 16:19:26 armbian dae[3187]: level=info msg=" <Empty>"
......
端口跳跃好像也还没支持(
端口跳跃好像也还没支持(
非常感谢你的回复,告诉我这些信息。我关闭混淆,改为单端口后,从日志信息里看到在启动dae时,解析hy2 URL里的域名失败了。。。
journalctl -xeu dae.service -a
Jul 23 16:45:13 armbian dae[4040]: level=info msg="failed to parse node: create hysteria2://***@abc.com:8550: lookup abc.com on [当地运营商IPV6 dns]:53: read udp [本机ipv6地址]:63930->[当地运营商ipv6 dns]:53: i/o timeout"
Jul 23 16:45:13 armbian dae[4040]: level=info msg="Group "ifeng_proxy" node list:"
Jul 23 16:45:13 armbian dae[4040]: level=info msg=" <Empty>"
使用hysteria2://authpassword@example.com,主机名是域名时,无法进行nslookup
使用hysteria2://authpassword@example.com,主机名是域名时,无法进行nslookup
我这样理解正确吗?dae目前不支持hysteria2 URL中的域名解析,必须使用hysteria2://[authpassword@IP/?sin=domainname这种格式?
@wanlce @lcx12901 再次感谢两位大佬的回复,目前我已用上 hysteria2 了。
经测试 dae v0.7.0 版本在使用 hysteria2 时,不支持混淆和端口跳跃功能,URL中的主机名时域名时,无法正常解析。
dae v0.7.0 版本目前可用的 URL 格式为:
hysteria2://authpassword@serverIP:port/?sin=domainname
armbian的固件是从哪里下载的?
armbian的固件是从哪里下载的?
不同的设备使用的固件不同,你是什么设备?
armbian的固件是从哪里下载的?
不同的设备使用的固件不同,你是什么设备?
H28K
Checks
Support Request
帮忙分析故障原因
Current Behavior
详细情况如下:
Expected Behavior
No response
Steps to Reproduce
Environment
Anything else?