From 9001401c522e2e9f0348a45243c4f760c157bb49 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 6 Apr 2019 23:02:07 -0700 Subject: Updated to 2.0.22 | Added severals custom default lists --- whitelist.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 whitelist.txt (limited to 'whitelist.txt') diff --git a/whitelist.txt b/whitelist.txt new file mode 100644 index 0000000..c94174b --- /dev/null +++ b/whitelist.txt @@ -0,0 +1,18 @@ + +########################### +# Whitelist # +########################### + +## Rules for name-based query whitelisting, 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 | whitelists 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 + +=localhost -- cgit v1.2.1