summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tinyproxy.conf10
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.