From 5a06abe960936126e0eb0a0d99c448941b3a959c Mon Sep 17 00:00:00 2001 From: quindecim Date: Sat, 22 Feb 2020 05:14:54 -0500 Subject: [PATCH] Uploaded example file --- example-blacklist.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 example-blacklist.txt diff --git a/example-blacklist.txt b/example-blacklist.txt new file mode 100644 index 0000000..10d8d9e --- /dev/null +++ b/example-blacklist.txt @@ -0,0 +1,39 @@ + +########################### +# Blacklist # +########################### + +## Rules for name-based query blocking, 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 | block 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 + +ad.* +ads.* +banner.* +banners.* +creatives.* +oas.* +oascentral.* # inline comments are allowed after a pound sign +stats.* +tag.* +telemetry.* +tracker.* +*.local +eth0.me +*.workgroup + + + +## Time-based rules + +# *.youtube.* @time-to-sleep +# facebook.com @work +