-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
IPV6支持问题 #4
Comments
目前的项目貌似只支持ipv4,关于ipv6晚点我研究会,估计后续版本会支持。 |
或者你修改下代码中的建立远程连接的socket.AF_INET改成socket.AF_INET6 试试 |
上面代码改成下面代码试试
也就是将 |
然后再把这段代码改成下面的
因为 socket.gethostbyname() 不支持ipv6所以我们就去掉它 这样就可以连接上ipv6服务器了,我刚刚测试可以。 |
谢谢作者,试了一下 是可以连了 我放路由挂几天 试试稳定性 对了,试了用pyinstaller 可以编译windows客户端 |
@ymg5206 QT(邪恶) |
很好用,从此家里的nas可以在任何地点访问了 |
@ymg5206 现已支持Ipv4/Ipv6双栈 |
当服务器为一个ipv6地址时,会一直 update dns
是不是因为找不到ipv4地址所以才一直这样的啊
或者说,这个项目是不支持ipv6服务器吗
原版的windows客户端是可以支持ipv6的。。。
The text was updated successfully, but these errors were encountered: