go-mmproxy icon indicating copy to clipboard operation
go-mmproxy copied to clipboard

Is there a plan to support a range of ports in one instance of go-mmproxy?

Open catalystsitaly opened this issue 4 years ago • 10 comments

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!

catalystsitaly avatar Sep 16 '20 14:09 catalystsitaly

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?

kzemek avatar Sep 17 '20 13:09 kzemek

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 .

catalystsitaly avatar Sep 27 '20 10:09 catalystsitaly

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.

eneumann-comp avatar Sep 30 '20 17:09 eneumann-comp

Yes, i also need this function, i have thousands of port need be lisntened. i can sponsor for this function,

prostudiocorp avatar Dec 04 '20 12:12 prostudiocorp

Or if I have mulit ports to listen, such as 20001, 20003, 13889, how can I do?

MikoyChinese avatar Jul 12 '21 07:07 MikoyChinese