PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
743 stars 296 forks source link

simple TCP Proxy/Load Balancing #367

Open LogGits opened 5 years ago

LogGits commented 5 years ago

It would be cool if you could use a port to redirect to the server via the proxy. (having issues with buycraft push commands because had to set all servers to 127.0.0.1)

aikar commented 5 years ago

This is basically asking what we were discussing on discord the other day, for bungee to be able to provide simple TCP IP round robin proxy support. something like: proxy:

if server is used, proxy to whatever registered server with that name exists. If servers is used, round robin those servers Repeat logic for targets with direct targets

Future support could include proxy-protocol: true to enable client ip forwarding (not in initial scope obviously), if someone was willing to PR it.

LogGits commented 5 years ago

That sounds like a really cool addition cool