diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-22 19:49:40 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-22 19:49:40 +0000 |
commit | e7c7c91d7140cf6fb7dd07b1446b801e0eee289e (patch) | |
tree | 4dd5623095f69286ab56e808bcf810311a3050d5 /doc/tinyproxy.conf | |
parent | c5b9ec889e90406b7395f0d39556d90c3e428d3e (diff) | |
download | tinyproxy-e7c7c91d7140cf6fb7dd07b1446b801e0eee289e.tar.gz tinyproxy-e7c7c91d7140cf6fb7dd07b1446b801e0eee289e.zip |
Added the "Bind" directive.
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 # |