I just noticed this today when my instance would just keep forwarding to itself when trying to login to cubecraft due to my pihole redirecting that domain.
There seems to be an inconsistency with how server IPs are handled, and I'm not sure if this is a bug, or if the other ones should be obtaining the IP per the setting as well.
|
transfer(!BedrockConnect.getConfig().canFetchFeaturedIps() ? getIP("mco.cubecraft.net") : "mco.cubecraft.net", 19132); |
I just noticed this today when my instance would just keep forwarding to itself when trying to login to cubecraft due to my pihole redirecting that domain.
There seems to be an inconsistency with how server IPs are handled, and I'm not sure if this is a bug, or if the other ones should be obtaining the IP per the setting as well.
BedrockConnect/serverlist-server/src/main/com/pyratron/pugmatt/bedrockconnect/server/PacketHandler.java
Line 189 in 95d595b