summaryrefslogtreecommitdiff
path: root/docs/man5
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-28 09:50:31 +0200
committerMichael Adam <obnox@samba.org>2009-09-28 11:24:34 +0200
commit8c31287805462cb6769b4b267bf03f59e8403ef5 (patch)
treedffb91ec58fe5217e7ad51363c44481751ef7708 /docs/man5
parent42b072b863cfcfc495898c4c15d2aaa1bc1a463d (diff)
downloadtinyproxy-8c31287805462cb6769b4b267bf03f59e8403ef5.tar.gz
tinyproxy-8c31287805462cb6769b4b267bf03f59e8403ef5.zip
docs: document Allow and Deny in tinyproxy.conf(5)
Diffstat (limited to '')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index faa9d83..68ab02c 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -197,6 +197,22 @@ The possible keywords and their descriptions are as follows:
In that case, setting `MaxRequestsPerChild` to a value of e.g.
1000, or 10000 can be useful.
+*Allow*::
+*Deny*::
+
+ The `Allow` and `Deny` options provide a means to customize
+ which clients are allowed to access Tinyproxy. `Allow` and `Deny`
+ lines can be specified multiple times to build the access control
+ list for Tinyproxy. The order in the config file is important.
+ If there are no `Access` or `Deny` lines, then all clients are
+ allowed. Otherwise, the default action is to deny access.
+ The argument to `Access` or `Deny` can ba a single IP address
+ of a client host, like `127.0.0.1`, an IP address range, like
+ `192.168.0.1/24` or a string that will be matched against the
+ end of the client host name, i.e, this can be a full host name
+ like `host.example.com` or a domain name like `.example.com` or
+ even a top level domain name like `.com`.
+
BUGS
----