[UPSTREAM] - Grammar fixes
This commit is contained in:
parent
74a6eebdbf
commit
462b0a4df9
|
@ -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
|
## 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.
|
## will bypass names and IP filters.
|
||||||
##
|
##
|
||||||
## Time-based rules are also supported to make some websites only accessible at specific times of the day.
|
## Time-based rules are also supported to make some websites only accessible at specific times of the day.
|
||||||
|
|
||||||
[allowed_names]
|
[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'
|
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'
|
# log_file = 'allowed_names.log'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue