go-mmproxy
go-mmproxy copied to clipboard
Is there a plan to support a range of ports in one instance of go-mmproxy?
There are tens of backend program running on my server. So if I plan to use go-mmproxy for them, I need to manully start tens of go-mmproxy for each of the backend program.
Is there a way to support a range of ports in one instance of go-mmproxy?
Thanks!
In this scenario, would you want go-mmproxy to run (with a single external proxy port) as a round-robin load-balancer over the backend ports, or do you want to specify 1:1 mappings from proxy ports to backend ports?
In this scenario, would you want go-mmproxy to run (with a single external proxy port) as a round-robin load-balancer over the backend ports, or do you want to specify 1:1 mappings from proxy ports to backend ports?
I would like to use 1:1 port mapping from proxy ports to backend ports. That is one go-mmproxy instance could handle multiple backend ports and listening to multiple ports accordingly .
In this scenario, would you want go-mmproxy to run (with a single external proxy port) as a round-robin load-balancer over the backend ports, or do you want to specify 1:1 mappings from proxy ports to backend ports?
I would like to use 1:1 port mapping from proxy ports to backend ports. That is one go-mmproxy instance could handle multiple backend ports and listening to multiple ports accordingly .
I'm also interested in this option as well. I am trying to support multiple FTPS servers behind an LB.
Yes, i also need this function, i have thousands of port need be lisntened. i can sponsor for this function,
Or if I have mulit ports to listen, such as 20001, 20003, 13889, how can I do?