Re: Using Nginx for TCP Mirroring

2018-08-16 Thread Roman Arutyunyan
Hi, On Thu, Aug 16, 2018 at 08:56:22AM -0400, ankitschopra wrote: > Hi, > > Can any one help in using Nginx for TCP mirroring. i.e We want to send 1 > TCP request to 2 servers. There's no such module in nginx. The stream (TCP) module has no information about the underlyin

Using Nginx for TCP Mirroring

2018-08-16 Thread ankitschopra
Hi, Can any one help in using Nginx for TCP mirroring. i.e We want to send 1 TCP request to 2 servers. There is a module ngx_http_mirror_module, http://nginx.org/en/docs/http/ngx_http_mirror_module.html which can do http mirroring, but we want to do for TCP mirroring. Thanks, Ankit Chopra