]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add DNS_RPZ_MAX_ZONES to OPTIONS
authorEvan Hunt <each@isc.org>
Sat, 21 Oct 2017 20:27:55 +0000 (13:27 -0700)
committerEvan Hunt <each@isc.org>
Sat, 21 Oct 2017 20:27:55 +0000 (13:27 -0700)
OPTIONS
OPTIONS.md

diff --git a/OPTIONS b/OPTIONS
index 3499692d9bc3e9560b72aeee4adb8db821a6a5db..bf36debecb2abf29c7eb57221c44426b1b403858 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -19,4 +19,7 @@ Setting                   Description
                           named-checkzone
 -DNS_RUN_PID_DIR=0        Create default PID files in ${localstatedir}/run
                           rather than ${localstatedir}/run/named/
+                          Increase the maximum number of configurable
+-DNS_RPZ_MAX_ZONES=64     response policy zones from 32 to 64; this is the
+                          highest possible setting
 
index 258aab453aca782bb977d580a4b46fb10ffa97d4..fabf1adf9dc811a6aa8d721d8bc4628da3881ca5 100644 (file)
@@ -20,3 +20,4 @@ Some of these settings are:
 |`-DCHECK_SIBLING=0`|Don't check sibling glue in `named-checkzone`|
 |`-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/`|
+|`-DNS_RPZ_MAX_ZONES=64`|Increase the maximum number of configurable response policy zones from 32 to 64; this is the highest possible setting|