diff options
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 3e3e919..b8c20de 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -21,6 +21,12 @@ Port 8888 #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 # have before it closed by tinyproxy. # @@ -95,7 +101,7 @@ StartServers 10 # # 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 # this to something like 10000 # |