diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tinyproxy.conf | 6 |
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. # |