barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

proxy server client forwarding #77

Closed mintersqu closed 4 years ago

mintersqu commented 4 years ago

Hello, can I see an example of client forwarding to another local server using a proxy server?

I use this code but it does not work: self.connect_host = "localhost" self.connect_port = 25566 self.connect()

I want to redirect the player from the authorization server in the lobby after entering text But when this code is executed, the player connects to the second server, but does not disconnect from the first, and his just kick because it takes 30 seconds

barneygale commented 4 years ago

Could you share your code?