[DELETE] - example-docs folder
This commit is contained in:
parent
fd5a009c32
commit
c9c1cf4332
|
@ -1,31 +0,0 @@
|
||||||
|
|
||||||
###########################
|
|
||||||
# Allowlist #
|
|
||||||
###########################
|
|
||||||
|
|
||||||
## Rules for allowing queries based on name, one per line
|
|
||||||
##
|
|
||||||
## Example of valid patterns:
|
|
||||||
##
|
|
||||||
## ads.* | matches anything with an "ads." prefix
|
|
||||||
## *.example.com | matches example.com and all names within that zone such as www.example.com
|
|
||||||
## example.com | identical to the above
|
|
||||||
## =example.com | allows example.com but not *.example.com
|
|
||||||
## *sex* | matches any name containing that substring
|
|
||||||
## ads[0-9]* | matches "ads" followed by one or more digits
|
|
||||||
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
|
|
||||||
|
|
||||||
|
|
||||||
# That one may be blocked due to 'tracker' being in the name.
|
|
||||||
tracker.debian.org
|
|
||||||
|
|
||||||
# That one may be blocked due to 'ads' being in the name.
|
|
||||||
# However, blocking it prevents all sponsored links from the Google
|
|
||||||
# search engine from being opened.
|
|
||||||
googleadservices.com
|
|
||||||
|
|
||||||
|
|
||||||
## Time-based rules
|
|
||||||
|
|
||||||
# *.youtube.* @time-to-play
|
|
||||||
# facebook.com @play
|
|
Loading…
Reference in New Issue