Re: Is it possible for a http frontend using a tcp backend?

2020-08-27 Thread Hongyi Zhao
On Thu, Aug 27, 2020 at 9:51 AM Willy Tarreau wrote: > > Hi, > > On Mon, Aug 17, 2020 at 10:09:36PM +0800, Hongyi Zhao wrote: > > Hi, > > > > Is it possible for the following settings in haproxy: > > > > A http frontend listening on the localhost

Is it possible for a http frontend using a tcp backend?

2020-08-17 Thread Hongyi Zhao
Hi, Is it possible for the following settings in haproxy: A http frontend listening on the localhost:18887 which uses a backend consisting of several remote socks5 servers? Regards -- Hongyi Zhao

Stick to the same upstream socks5 server for the same tcp session.

2020-07-09 Thread Hongyi Zhao
. Finally I find that it requires a fixed client side IP address during the whole registration process. So, it seems that if haproxy can stick to the same upstream socks5 server for the same tcp session, the above problem will be solved. How should I config my haproxy for this purpose? -- Hongyi Zhao

Using tcp-check method for checking multiple local socks5 servers.

2019-06-21 Thread Hongyi Zhao
Hi all, I've several socks5 servers running locally on the following ports: 127.0.0.1:1081 127.0.0.1:1082 127.0.0.1:1083 127.0.0.1:1084 All of them can be anonymous accessed locally, I want to balance the using of them for offering one robust socks5 proxy on 127.0.0.1:8889. So, I using the

Re: Health check for backend constituted with multiple socks proxies.

2015-04-06 Thread Hongyi Zhao
and the loadbalance capability. The only issue for my case it that I want let haproxy to determine the correspoing server are up or down at the specific port and then direct me the up ones at the testing time done by haproxy. Regards Then we'll dig into your issue... Baptiste -- .: Hongyi

Re: Health check for backend constituted with multiple socks proxies.

2015-04-02 Thread Hongyi Zhao
-- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

Health check for backend constituted with multiple socks proxies.

2015-04-02 Thread Hongyi Zhao
127.0.0.1: as proxy to access websites/ urls. Any hints on how to let haproxy give a more precise/reliable/correctness health-check for this case? Thanks in advance. Regards -- .: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.