From e7c7c91d7140cf6fb7dd07b1446b801e0eee289e Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 22 Apr 2002 19:49:40 +0000 Subject: Added the "Bind" directive. --- doc/tinyproxy.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/tinyproxy.conf') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 3e3e919..b8c20de 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -20,6 +20,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 # -- cgit v1.2.3