summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2004-04-27 18:53:14 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2004-04-27 18:53:14 +0000
commit18df4910a43e8f1b0d9d10df37236fabf0ba8508 (patch)
treeac5ab56ac77e8c7325cbde33c2b7e7864ead25ea /doc
parent3b961ec66bdcf892c14045685f533febe3386ffb (diff)
downloadtinyproxy-18df4910a43e8f1b0d9d10df37236fabf0ba8508.tar.gz
tinyproxy-18df4910a43e8f1b0d9d10df37236fabf0ba8508.zip
Added the "BindSame" configure directive from Oswald Buddenhagen.
This allows tinyproxy to respond to a request bound to the same interface that the request came in on. As Oswald explains: "attached is a patch that adds the BindSame option. it causes binding an outgoing connection to the ip address of the respective incoming connection. that way one can simulate an entire proxy farm with a single instance of tinyproxy on a multi-homed machine." Cool.
Diffstat (limited to 'doc')
-rw-r--r--doc/tinyproxy.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index d8af086..b1cc5ce 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -34,6 +34,12 @@ Port 8888
#Bind 192.168.0.1
#
+# BindSame: If enabled, tinyproxy will bind the outgoing connection to the
+# ip address of the incomming connection.
+#
+#BindSame yes
+
+#
# Timeout: The maximum number of seconds of inactivity a connection is
# allowed to have before it is closed by tinyproxy.
#