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:
parent
d98aabf47f
commit
8c94b3b211
@ -34,6 +34,7 @@ start blocking some sites.
|
|||||||
|
|
||||||
Example "filter" file entries:
|
Example "filter" file entries:
|
||||||
|
|
||||||
|
# This is a comment
|
||||||
bannerads.zwire.com
|
bannerads.zwire.com
|
||||||
ad.doubleclick.net
|
ad.doubleclick.net
|
||||||
ads.fortunecity.com
|
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
|
This document is released under the same copyright license as
|
||||||
tinyproxy. You should have found a COPYING file in the top level
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user