Open nuggs opened 1 year ago
Do you know what the error in the bridge is?
It's an issue I'm aware of and it all starts from here:
The server is only listening to IPv4, not including IPv6, and it needs to be solved in time.
We need to probably add some new config options when it comes to setting up binds and allowing the server to accept from multiple IPs.
Servers which default to using IPv6 can't connect. I haven't spent enough time with Rust to know what the issue is but when a server uses IPv6 as an IP address, it's impossible to connect. However, using the IPv4 IP address works to connect but makes it impossible to connect when using a domain name which also utilizes IPv6 which my domain name does.
For instance, my domain mobfactory.org utilizes IPv6 and nobody can connect, it fails to connect every time. I don't have a server up now, we switched from KISSmp due to this issue.