Hi, I'm trying to find the best way to proxy a few thousand TCP clients and make sure each one connects to their own backend server. Essentially I have a few hundred DB servers and each one of them belongs to a single client. I want to have a single HAProxy server and based on the destination TCP port, use the appropriate backend. Those connections need to be persistent and security is not an issue (DB authenticates client). What is the best way to go about this? Should I define a few thousand ACLs or define a separate section for each port<->DB mapping?
Thank you for your help, Jones

