z3APA3A 6 лет назад
Родитель
Сommit
96c28c6cba
1 измененных файлов с 16 добавлено и 7 удалено
  1. 16 7
      man/3proxy.cfg.3

+ 16 - 7
man/3proxy.cfg.3

@@ -641,19 +641,18 @@ with probability of 0.7) for outgoing web connections.
 .br
 .br
  type is one of:
  type is one of:
 .br
 .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
 .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
 .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
 .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
 .br
  connect parent is HTTP CONNECT method proxy
  connect parent is HTTP CONNECT method proxy
 .br
 .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
 .br
  socks4 parent is SOCKSv4 proxy
  socks4 parent is SOCKSv4 proxy
 .br
 .br
@@ -761,15 +760,19 @@ noforce allows to keep previously authenticated connections.
 .br
 .br
 .B bandlimin
 .B bandlimin
 <rate> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <rate> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B nobandlimin
 .B nobandlimin
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B bandlimout
 .B bandlimout
 <rate> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <rate> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B nobandlimout
 .B nobandlimout
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
  bandlim sets bandwith limitation filter to <rate> bps (bits per second)
  bandlim sets bandwith limitation filter to <rate> bps (bits per second)
 If you want to specife bytes per second - multiply your value to 8.
 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
 .br
 .B connlim
 .B connlim
 <rate> <period> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <rate> <period> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B noconnlim
 .B noconnlim
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
  connlim sets connections rate limit per time period for traffic
  connlim sets connections rate limit per time period for traffic
 pattern controlled by ACL. Period is in seconds. If period is 0,
 pattern controlled by ACL. Period is in seconds. If period is 0,
@@ -831,15 +836,19 @@ exception.
 .br
 .br
 .B countin
 .B countin
 <number> <type> <limit> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <number> <type> <limit> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B nocountin
 .B nocountin
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B countout
 .B countout
 <number> <type> <limit> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <number> <type> <limit> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 .B nocountout
 .B nocountout
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
 <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
+<weekdayslist> <timeperiodslist>
 .br
 .br
 
 
  counter, countin, nocountin, countout, noucountout  commands are 
  counter, countin, nocountin, countout, noucountout  commands are