diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-27 01:52:44 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-27 01:52:44 +0000 |
commit | 026c7d9a3dc82556bbb40a37598e4032b046eeb9 (patch) | |
tree | f876ba46e9b4848a65812b5c53364cd9b216af85 /doc/tinyproxy.conf | |
parent | 4ba42369b93673921d9976bee4c22dadccb1421b (diff) | |
download | tinyproxy-026c7d9a3dc82556bbb40a37598e4032b046eeb9.tar.gz tinyproxy-026c7d9a3dc82556bbb40a37598e4032b046eeb9.zip |
Added support for the "FilterURLs" and "FilterExtended" directives.
These directives were submitted by James Flemer for use with the new
filtering code.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index b8c20de..e104b58 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -124,6 +124,16 @@ Allow 192.168.1.0/25 #Filter "/etc/tinyproxy/filter" # +# Filter based on URLs rather than domains. +# +#FilterURLs On + +# +# Use POSIX Extended regular expressions rather than basic. +# +#FilterExtended On + +# # If an Anonymous keyword is present, then anonymous proxying is enabled. # The headers listed are allowed through, while all others are denied. If # no Anonymous keyword is present, then all header are allowed through. |