From 026c7d9a3dc82556bbb40a37598e4032b046eeb9 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 27 May 2002 01:52:44 +0000 Subject: Added support for the "FilterURLs" and "FilterExtended" directives. These directives were submitted by James Flemer for use with the new filtering code. --- doc/tinyproxy.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/tinyproxy.conf') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index b8c20de..e104b58 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -123,6 +123,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 -- cgit v1.2.3