From 8c94b3b2110989f31f841e088e31cccd952214fd Mon Sep 17 00:00:00 2001 From: LucasVerneyDGE <58298410+LucasVerneyDGE@users.noreply.github.com> Date: Tue, 26 May 2020 11:47:12 +0200 Subject: [PATCH] Add a comment example in the filter file example Comments are supported in filter file, although the syntax of the filter file is not very clear. I had to look up in the source code (https://github.com/tinyproxy/tinyproxy/blob/master/src/filter.c#L82-L99) to convince myself. I suggest adding a comment example in the filter file entries, to make it clear for everyone. --- docs/filter-howto.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/filter-howto.txt b/docs/filter-howto.txt index 3acd813..52bfd5f 100644 --- a/docs/filter-howto.txt +++ b/docs/filter-howto.txt @@ -34,6 +34,7 @@ start blocking some sites. Example "filter" file entries: +# This is a comment bannerads.zwire.com ad.doubleclick.net ads.fortunecity.com @@ -49,4 +50,4 @@ Copyright (c) 2002 Patrick L. McGillan This document is released under the same copyright license as tinyproxy. You should have found a COPYING file in the top level -directory of this distribution which contains the current license. \ No newline at end of file +directory of this distribution which contains the current license.