From 18df4910a43e8f1b0d9d10df37236fabf0ba8508 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 27 Apr 2004 18:53:14 +0000 Subject: 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. --- doc/tinyproxy.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index d8af086..b1cc5ce 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -33,6 +33,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. -- cgit v1.2.3