From 96c28c6cbaed3c5bea71ae07b9f9fdbcf3b64e22 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Mon, 25 Mar 2019 18:01:14 +0300 Subject: [PATCH] man update --- man/3proxy.cfg.3 | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/man/3proxy.cfg.3 b/man/3proxy.cfg.3 index 31649e6..06677ee 100644 --- a/man/3proxy.cfg.3 +++ b/man/3proxy.cfg.3 @@ -641,19 +641,18 @@ with probability of 0.7) for outgoing web connections. .br type is one of: .br - tcp simply redirect connection. TCP is always last in chain. + 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. + http redirect to HTTP proxy. HTTP is always 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 not be -used for chaining) + pop3 redirect to POP3 proxy (only local redirection is supported, can only be used as a first hop in chaining) .br - ftp redirect to FTP proxy (only local redirection is supported, can not be -used for chaining) + ftp redirect to FTP proxy (only local redirection is supported, can only be used as a first hop in chaining) .br connect parent is HTTP CONNECT method proxy .br - connect+ parent is HTTP CONNECT proxy with name resolution + connect+ parent is HTTP CONNECT proxy with name resolution (hostname is used instead of IP if available) .br socks4 parent is SOCKSv4 proxy .br @@ -761,15 +760,19 @@ noforce allows to keep previously authenticated connections. .br .B bandlimin + .br .B nobandlimin + .br .B bandlimout + .br .B nobandlimout + .br bandlim sets bandwith limitation filter to bps (bits per second) If you want to specife bytes per second - multiply your value to 8. @@ -803,9 +806,11 @@ if you want, for example, to limit all speed ecept access to POP3 you can use .br .B connlim + .br .B noconnlim + .br connlim sets connections rate limit per time period for traffic pattern controlled by ACL. Period is in seconds. If period is 0, @@ -831,15 +836,19 @@ exception. .br .B countin + .br .B nocountin + .br .B countout + .br .B nocountout + .br counter, countin, nocountin, countout, noucountout commands are