diff --git a/config/example-docs/example-whitelist.txt b/config/example-docs/example-allowed-names.txt similarity index 79% rename from config/example-docs/example-whitelist.txt rename to config/example-docs/example-allowed-names.txt index 5aab87b..48f93ed 100644 --- a/config/example-docs/example-whitelist.txt +++ b/config/example-docs/example-allowed-names.txt @@ -1,16 +1,16 @@ ########################### -# Whitelist # +# Allowlist # ########################### -## Rules for name-based query whitelisting, one per line +## Rules for name-based query allowlisting, 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 +## =example.com | allowlists 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