You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google DNS is hardcoded in, and when that fails a hardcoded IPv4 literal is used (192.168.0.1).
IPv4 literals are flooding the log. They're not used everywhere, but their usage is substantial enough to be concerning.
IPv4 literals will cause issues on IPv6 networks unless something is done about them.
Automatically using available transition technologies such as NAT64 and DNS64 on IPv4 addresses would be ideal.
Additionally, the software should detect network configuration from the operating system rather than making a guess. In Linux, DNS addresses can be obtained via the /etc/resolv.conf file.
Logins are possible on an IPv6-only network, but joining worlds is not.
The text was updated successfully, but these errors were encountered:
I would really appreciate IPv6 support because I can't play at all with the software's current state. My network does not have any legacy-IP and is IPv6 only.
Google DNS is hardcoded in, and when that fails a hardcoded IPv4 literal is used (192.168.0.1).
IPv4 literals are flooding the log. They're not used everywhere, but their usage is substantial enough to be concerning.
IPv4 literals will cause issues on IPv6 networks unless something is done about them.
Automatically using available transition technologies such as NAT64 and DNS64 on IPv4 addresses would be ideal.
Additionally, the software should detect network configuration from the operating system rather than making a guess. In Linux, DNS addresses can be obtained via the /etc/resolv.conf file.
Logins are possible on an IPv6-only network, but joining worlds is not.
The text was updated successfully, but these errors were encountered: