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.
This commit is contained in:
LucasVerneyDGE 2020-05-26 11:47:12 +02:00 committed by GitHub
parent d98aabf47f
commit 8c94b3b211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <pmcgillan@dwx.com>
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.
directory of this distribution which contains the current license.