barneygale / quarry

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

what is the difference between listen host/port and connect host/port #148

Open viceywiceyuwu opened 2 years ago

Sunderw3k commented 2 years ago

Im guessing you mean a proxy. listen host is the address you as a client use to connect to the proxy, connect host is the address where your traffic is forwarded to.

viceywiceyuwu commented 2 years ago

Im guessing you mean a proxy. listen host is the address you as a client use to connect to the proxy, connect host is the address where your traffic is forwarded to.

Oh, thanks. How do I get a proxy for servers outside my host tho?

Sunderw3k commented 2 years ago

if the server is in online-mode (premium) then you have to authenticate using your mojang/microsoft account, if its offline-mode (non-premium/cracked) then you can do the same as with a local server. Can't help you with the auth tho cuz I don't really know how it works myself

meldahl commented 11 months ago

Can someone explain the auth thing then?