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
stun.stunprotocol.org 有A和AAAA解析,同时支持ipv4和ipv6的nat测试,在纯v4网络下可以用该软件正常测试,在v4/v6双栈网络下,默认的监听0.0.0.0会测试失败,手动改为[::]之后可以测试v6 nat。 双栈网络下更换只有A记录的stun服务器可以正常测试v4 nat。
希望作者能够修复这个bug,另外提个建议,希望增加一个切换ipv4/ipv6的选项,不然很多小白就可能不知道如何测试v6 nat,或者在STUN服务器支持的情况下,同时对v4和v6进行测试
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
不认为是 bug,最多算设计不完美 一般人的 IPv6 是不会有 NAT 的
但是部分v6网络存在防火墙(例如移动的流量,以及部分路由设备存在v6防火墙 所以v6测试还是存在意义的
c1c2142
HMBSbige
No branches or pull requests
stun.stunprotocol.org 有A和AAAA解析,同时支持ipv4和ipv6的nat测试,在纯v4网络下可以用该软件正常测试,在v4/v6双栈网络下,默认的监听0.0.0.0会测试失败,手动改为[::]之后可以测试v6 nat。
双栈网络下更换只有A记录的stun服务器可以正常测试v4 nat。
希望作者能够修复这个bug,另外提个建议,希望增加一个切换ipv4/ipv6的选项,不然很多小白就可能不知道如何测试v6 nat,或者在STUN服务器支持的情况下,同时对v4和v6进行测试
The text was updated successfully, but these errors were encountered: