Added the "Bind" directive.
This commit is contained in:
parent
c5b9ec889e
commit
e7c7c91d71
@ -20,6 +20,12 @@ Port 8888
|
|||||||
#
|
#
|
||||||
#Listen 192.168.0.1
|
#Listen 192.168.0.1
|
||||||
|
|
||||||
|
#
|
||||||
|
# The Bind directive allows you to bind the outgoing connections to a
|
||||||
|
# particular IP address.
|
||||||
|
#
|
||||||
|
#Bind 192.168.0.1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Timeout: The number of seconds of inactivity a connection is allowed to
|
# Timeout: The number of seconds of inactivity a connection is allowed to
|
||||||
# have before it closed by tinyproxy.
|
# have before it closed by tinyproxy.
|
||||||
@ -95,7 +101,7 @@ StartServers 10
|
|||||||
|
|
||||||
#
|
#
|
||||||
# MaxRequestsPerChild is the number of connections a thread will handle
|
# MaxRequestsPerChild is the number of connections a thread will handle
|
||||||
# before it is killed. In practice this should be set to 0, which disables
|
# before it is killed. In practise this should be set to 0, which disables
|
||||||
# thread reaping. If you do notice problems with memory leakage, then set
|
# thread reaping. If you do notice problems with memory leakage, then set
|
||||||
# this to something like 10000
|
# this to something like 10000
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user