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
"Enabling this will rewrite the address in the handshake packet to a value the vanilla client would have sent when connecting directly to the target server.",
161
+
"This should be left enabled unless you are a server owner and you need the original address on the backend server."
162
+
})
163
+
privatebooleanrewriteHandshakePacket = true;
164
+
158
165
@Option("rewrite-transfer-packets")
159
166
@Description({
160
167
"Enabling this will rewrite transfer packets to point back to ViaProxy. This allows ViaProxy to perform protocol translation when forwarding the player to the actual server from the transfer packet.",
@@ -473,6 +480,15 @@ public void setPassthroughBungeecordPlayerInfo(final boolean bungeecordPlayerInf
0 commit comments