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
ERROR ThreadId(08) clash_lib/src/proxy/wg/wireguard.rs:367: failed to send packet: Address family not supported by protocol (os error 97)
clash-rs 版本v0.7.1 , wg endpoint 使用ipv4的ddns没问题, 用ipv6 only 的 ddns就不行, 协议不支持
The text was updated successfully, but these errors were encountered:
我用这个配置测试的是没问题的 https://github.com/Watfaq/clash-rs/blob/master/clash/tests/data/config/wg.yaml#L47 把server改成
server: '2606:4700:d0::a29f:c001'
你本机有v6吗
然后
ipv6: true dns: ipv6: true
两个ipv6都要开
Sorry, something went wrong.
proxies:
No branches or pull requests
ERROR ThreadId(08) clash_lib/src/proxy/wg/wireguard.rs:367: failed to send packet: Address family not supported by protocol (os error 97)
clash-rs 版本v0.7.1 , wg endpoint 使用ipv4的ddns没问题, 用ipv6 only 的
ddns就不行, 协议不支持
The text was updated successfully, but these errors were encountered: