diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index b4c0e63..afe53c4 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -507,23 +507,23 @@ cache_neg_max_ttl = 600 ###################################################### -# Pattern-based allowlisting (blocklists bypass) # +# Pattern-based allow lists (blocklists bypass) # ###################################################### ## Allowlists support the same patterns as blocklists -## If a name matches a allowlist entry, the corresponding session +## If a name matches an allowlist entry, the corresponding session ## will bypass names and IP filters. ## ## Time-based rules are also supported to make some websites only accessible at specific times of the day. [allowed_names] - ## Path to the file of allowlisting rules (absolute, or relative to the same directory as the config file) + ## Path to the file of allow list rules (absolute, or relative to the same directory as the config file) allowed_names_file = 'allowed-names.txt' - ## Optional path to a file logging allowlisted queries + ## Optional path to a file logging allowed queries # log_file = 'allowed_names.log'