-
Notifications
You must be signed in to change notification settings - Fork 97
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无法连接服务器 #211
Comments
android 似乎无法使用 ipv6 联机。 你需要使用 termux 创建一个 流量转发 监听 25565 端口 加入游戏时候输入 127.0.0.1 25565 然后将 25565 端口流量 通过流量转发,抵达目标IPV6 也就是说你需要有IPV6和IPV4 |
import socket def handle_client(client_socket, ipv6_host, ipv6_port):
def forward_traffic(src_socket, dest_socket):
def main():
if name == "main": |
版本1.12.2,java8,只安装了forge
连接ipv6服务器提示
io.netty.channel.AbstractChannel$AnnotatedSocketException: Protocol family unavailable:
请问是怎么回事,如何解决?
已经尝试了-Djava.net.preferIPv4Stack=false和-Djava.net.preferIPv6Address=true都无效
The text was updated successfully, but these errors were encountered: