Waterfall icon indicating copy to clipboard operation
Waterfall copied to clipboard

simple TCP Proxy/Load Balancing

Open LogGits opened this issue 6 years ago • 2 comments

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)

LogGits avatar Apr 08 '19 22:04 LogGits

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:

  • port: target: IP[:optionalport] targets: [IP1[:optionalport], IP2, IP3] server: serverName[:optionalport] servers: [server1, server2, server3]

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.

aikar avatar Apr 08 '19 23:04 aikar

That sounds like a really cool addition cool

LogGits avatar Apr 24 '19 05:04 LogGits