[UPSTREAM] - Grammar fixes

This commit is contained in:
quindecim 2020-07-08 10:48:36 -04:00
parent 74a6eebdbf
commit 462b0a4df9
1 changed files with 4 additions and 4 deletions

View File

@ -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'