Dylan Keir

Results 13 comments of Dylan Keir

Are you trying to direct connect to the server with the backend ip? The payload it's receiving is just your servers backend IP address, not the domain or any of...

You've actually saved me some time since I was going to do this in the next couple of days, but can't merge since you left some debugging println's in.

Why would you need a mod? The server handles validating the connections, not the client.

Ah you mean a plugin on the server side, gotcha. You can view how we verify connections here: https://github.com/TCPShield/RealIP/blob/master/src/main/java/net/tcpshield/tcpshield/TCPShieldPacketHandler.java#L89 Essentially, we send a custom hostname from our proxies in the...

Yes, the hostname packet is how we send the data to the server. Yes, I mean triple slash, not double. Hostname packet: https://wiki.vg/Protocol#Handshake

Apologies, what's the purpose of this? You seem to have re-introduced an event which was previously causing issues due to not having the correct hostname data. I understand your approach...

Hi there, could you re-try this with the latest TCPShield release & with TCPShield removed to make sure this is related to us?

@Xemorr I've looked through the errors here and you seem to be using a very old version of the plugin, could you come to Discord so we can assist you...

Nevermind, I'm stupid. Fixed version here: https://github.com/TCPShield/RealIP/releases/tag/2.6.1

@Camotoy I'm pretty sure this is fixed on OpenJDK 20 rev 17+ and OpenJDK 21