Mitch0S / gamma

Gamma. A multi-client, multi-server Minecraft proxy implemented in Python
13 stars 1 forks source link

Add proxy-protocol support #2

Closed Mitch0S closed 2 years ago

Mitch0S commented 2 years ago

Add proxy-protocol support to allow client IPs to be seen by the server

Mitch0S commented 2 years ago

I have proxy protocol working with a set client ip/port, I'm having some issues getting the real connection ip/port to append to the packet.

Mitch0S commented 2 years ago

I have implemented proxy-protocol v1, which is the schema that waterfall, and many spigot/paper plugins use. I will close this issue for now :)