From f2d12bc59774bc1c78db100ea08db197343174f8 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Fri, 27 Nov 2020 11:09:43 +0300 Subject: [PATCH] extip parent type documented --- man/3proxy.cfg.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/3proxy.cfg.3 b/man/3proxy.cfg.3 index 379fc27..9ad85e2 100644 --- a/man/3proxy.cfg.3 +++ b/man/3proxy.cfg.3 @@ -682,14 +682,16 @@ connections. These 2 proxies form 1 group (summarized weight is 1000). .br 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. +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. .br type is one of: +.br + extip does not actully redirect request, it sets external address for this request to . It can be chained with another parent types. It's usefaul to set external IP based on ACL or make it random. .br tcp simply redirect connection. TCP is always last in chain. This type of proxy is a simple TCP redirection, it does not support parent authentication. .br - http redirect to HTTP proxy. HTTP is always last chain. It should only be used with http (proxy) service, + http redirect to HTTP proxy. HTTP is always the last chain. It should only be used with http (proxy) service, if used with different service, it works as tcp redirection. .br pop3 redirect to POP3 proxy (only local redirection is supported, can only be used as a first hop in chaining)