summaryrefslogtreecommitdiff
path: root/whitelist.txt
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-06 23:02:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-04-06 23:02:07 -0700
commit9001401c522e2e9f0348a45243c4f760c157bb49 (patch)
treef41860ec10d7c6f5363271b06a4a18e33cf11931 /whitelist.txt
parentUpdated to 2.0.22 (diff)
downloaddnscrypt-proxy-9001401c522e2e9f0348a45243c4f760c157bb49.tar.xz
Updated to 2.0.22 | Added severals custom default lists
Diffstat (limited to 'whitelist.txt')
-rw-r--r--whitelist.txt18
1 files changed, 18 insertions, 0 deletions
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