summaryrefslogtreecommitdiff
path: root/docs/man5/tinyproxy.conf.txt.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-20 01:53:04 +0200
committerMichael Adam <obnox@samba.org>2009-09-20 01:54:06 +0200
commit371e13e44f0fa5004b17634968294e68d2d4dfaf (patch)
tree0f35b31bdd8aabc720477f616fb16f7c4a90857c /docs/man5/tinyproxy.conf.txt.in
parentb6433522eb051c2d19d4ee2d0c8bdae13f5cbdc2 (diff)
downloadtinyproxy-371e13e44f0fa5004b17634968294e68d2d4dfaf.tar.gz
tinyproxy-371e13e44f0fa5004b17634968294e68d2d4dfaf.zip
docs: document Listen, Bind, Bindsame, and Timeout in tinyproxy.conf(5)
Michael
Diffstat (limited to 'docs/man5/tinyproxy.conf.txt.in')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index 5495f9e..91de48e 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -51,6 +51,28 @@ The possible keywords and their descriptions are as follows:
less than 1024, you will need to start the Tinyproxy process as the
root user.
+*Listen*::
+
+ By default, Tinyproxy listens for connections on all available
+ interfaces (i.e. it listens on the wildcard address `0.0.0.0`).
+ With this configuration parameter, Tinyproxy can be told to listen
+ only on one specific address.
+
+*Bind*::
+
+ This allows you to specify which address Tinyproxy will bind
+ to for outgoing connections to web servers or upstream proxies.
+
+*BindSame*::
+
+ If this boolean parameter is set to `yes`, then Tinyproxy will
+ bind the outgoing connection to the IP address of the incoming
+ connection that triggered the outgoing request.
+
+*Timeout*::
+
+ The maximum number of seconds of inactivity a connection is
+ allowed to have before it is closed by Tinyproxy.
BUGS
----