3proxy
3proxy copied to clipboard
Parent with keep-alive
allow * * * 80 parent 1000 socks5 192.168.10.1 1080 parent 1000 connect 192.168.20.1 3128 parent 300 socks4 192.168.30.1 1080 parent 700 socks5 192.168.40.1 1080
creates chain of 3 proxies: 192.168.10.1, 192.168.20.1 and third is (192.168.30.1 with probability of 0.3 or 192.168.40.1 with probability of 0.7) for outgoing web connections. Chains are only applied to new connections, pipelined (keep-alive) requests in the same connection use the same chain.
How to make pipelined (keep-alive) use a random chain, Not the same connection (same chain)? I need to achieve a new proxy on each connection with keep-alive or without it.
Regards;
Hi. I think you could to use the NGINX as TCP stream proxy. And use your owned list of parent proxy as backend inside of nginx config.