mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-10 18:28:43 -04:00
[v9_10] add DNS_RPZ_MAX_ZONES to OPTIONS
(cherry picked from commit172aa40e8f) (cherry picked from commitfd1a7af399)
This commit is contained in:
parent
13b56a42b9
commit
fffc169233
2 changed files with 4 additions and 1 deletions
3
OPTIONS
3
OPTIONS
|
|
@ -22,4 +22,7 @@ Setting Description
|
|||
Enable DNSSEC signature chasing support in dig.
|
||||
-DDIG_SIGCHASE=1 (Note: This feature is deprecated. Use delv
|
||||
instead.)
|
||||
Increase the maximum number of configurable
|
||||
-DNS_RPZ_MAX_ZONES=64 response policy zones from 32 to 64; this is the
|
||||
highest possible setting
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ Some of these settings are:
|
|||
|`-DCHECK_LOCAL=0`|Don't check out-of-zone addresses in `named-checkzone`|
|
||||
|`-DNS_RUN_PID_DIR=0`|Create default PID files in `${localstatedir}/run` rather than `${localstatedir}/run/{named,lwresd}/`|
|
||||
|`-DDIG_SIGCHASE=1`|Enable DNSSEC signature chasing support in `dig`. (Note: This feature is deprecated. Use `delv` instead.)|
|
||||
|
||||
|`-DNS_RPZ_MAX_ZONES=64`|Increase the maximum number of configurable response policy zones from 32 to 64; this is the highest possible setting|
|
||||
|
|
|
|||
Loading…
Reference in a new issue