mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update 3proxy.cfg.3
This commit is contained in:
parent
858f361de1
commit
6417f1acd1
@ -55,6 +55,9 @@ Recursion is not allowed.
|
|||||||
.B pop3p
|
.B pop3p
|
||||||
[options]
|
[options]
|
||||||
.br
|
.br
|
||||||
|
.B smtpp
|
||||||
|
[options]
|
||||||
|
.br
|
||||||
.B ftppr
|
.B ftppr
|
||||||
[options]
|
[options]
|
||||||
.br
|
.br
|
||||||
@ -256,13 +259,17 @@ alternate config file. Think twice before using it.
|
|||||||
.br
|
.br
|
||||||
LOGTYPE is one of:
|
LOGTYPE is one of:
|
||||||
.br
|
.br
|
||||||
M Monthly
|
c Minutely
|
||||||
.br
|
.br
|
||||||
W Weekly (starting from Sunday)
|
H Hourly
|
||||||
.br
|
.br
|
||||||
D Daily
|
D Daily
|
||||||
.br
|
.br
|
||||||
H Hourly
|
W Weekly (starting from Sunday)
|
||||||
|
.br
|
||||||
|
M Monthly
|
||||||
|
.br
|
||||||
|
Y Annually
|
||||||
.br
|
.br
|
||||||
if logfile is not specified logging goes to stdout. You can specify individual logging options for gateway by using -l
|
if logfile is not specified logging goes to stdout. You can specify individual logging options for gateway by using -l
|
||||||
option in gateway configuration.
|
option in gateway configuration.
|
||||||
@ -369,6 +376,14 @@ traffic is achieved for connection, without waiting for connection to finish.
|
|||||||
It may be useful to prevent information about long-lasting downloads on server
|
It may be useful to prevent information about long-lasting downloads on server
|
||||||
shutdown.
|
shutdown.
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B delimchar
|
||||||
|
<char>
|
||||||
|
.br
|
||||||
|
Sets the delimiter character used to separate username from hostname in proxy
|
||||||
|
authentication strings (e.g. for FTP, POP3 proxies). Default is \'@\'. For example,
|
||||||
|
to use \'#\' instead: delimchar #. This allows usernames to contain the \'@\' character.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B archiver
|
.B archiver
|
||||||
<ext> <commandline>
|
<ext> <commandline>
|
||||||
@ -401,6 +416,14 @@ can use %A as produced archive name and %F as filename.
|
|||||||
.br
|
.br
|
||||||
default timeouts 1 5 30 60 180 1800 15 60 15 5
|
default timeouts 1 5 30 60 180 1800 15 60 15 5
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B maxseg
|
||||||
|
<value>
|
||||||
|
.br
|
||||||
|
Sets TCP maximum segment size (MSS) for outgoing connections. This can be used
|
||||||
|
to work around path MTU discovery issues or to optimize traffic for specific
|
||||||
|
network conditions.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B radius
|
.B radius
|
||||||
<NAS_SECRET> <radius_server_1[:port][/local_address_1]> <radius_server_2[:port][/local_address_2]>
|
<NAS_SECRET> <radius_server_1[:port][/local_address_1]> <radius_server_2[:port][/local_address_2]>
|
||||||
@ -434,6 +457,13 @@ used. Optional port number may be specified.
|
|||||||
If optional /tcp is added to IP address, name resolution is
|
If optional /tcp is added to IP address, name resolution is
|
||||||
performed over TCP.
|
performed over TCP.
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B authnserver
|
||||||
|
<ipaddr>[:port][/tcp]
|
||||||
|
.br
|
||||||
|
Nameserver to use for DNS-based authentication (e.g. dnsname auth type).
|
||||||
|
If not specified, nserver is used. The syntax is the same as for nserver.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B nscache
|
.B nscache
|
||||||
<cachesize>
|
<cachesize>
|
||||||
@ -598,6 +628,10 @@ Use auth type \'cache\' for cached authentication
|
|||||||
.B deny
|
.B deny
|
||||||
<userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
|
<userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
|
||||||
<weekdayslist> <timeperiodslist>
|
<weekdayslist> <timeperiodslist>
|
||||||
|
.br
|
||||||
|
.B redirect
|
||||||
|
<ip> <port> <userlist> <sourcelist> <targetlist> <targetportlist> <operationlist>
|
||||||
|
<weekdayslist> <timeperiodslist>
|
||||||
.br
|
.br
|
||||||
Access control entries. All lists are comma-separated, no spaces are
|
Access control entries. All lists are comma-separated, no spaces are
|
||||||
allowed. Usernames are case sensitive (if used with authtype nbname
|
allowed. Usernames are case sensitive (if used with authtype nbname
|
||||||
@ -791,6 +825,12 @@ local HTTP proxy parses requests and allows only GET and POST requests.
|
|||||||
Optional username and password are used to authenticate on parent
|
Optional username and password are used to authenticate on parent
|
||||||
proxy. Username of \'*\' means username must be supplied by user.
|
proxy. Username of \'*\' means username must be supplied by user.
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B parentretries
|
||||||
|
<number>
|
||||||
|
.br
|
||||||
|
Number of retries to connect to parent proxy. Default is 1.
|
||||||
|
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B nolog
|
.B nolog
|
||||||
@ -971,6 +1011,8 @@ username[:pwtype:password] ...
|
|||||||
CR - password is crypt-style password
|
CR - password is crypt-style password
|
||||||
.br
|
.br
|
||||||
NT - password is NT password (in hex)
|
NT - password is NT password (in hex)
|
||||||
|
.br
|
||||||
|
LM - password is LM password (in hex)
|
||||||
.br
|
.br
|
||||||
example:
|
example:
|
||||||
.br
|
.br
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user