From fffc169233c0983cf6c8e9ed7883da0cd57d109b Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 21 Oct 2017 13:29:31 -0700 Subject: [PATCH] [v9_10] add DNS_RPZ_MAX_ZONES to OPTIONS (cherry picked from commit 172aa40e8f33bc2dc0ccbf1ad0d5cb7ae6daf627) (cherry picked from commit fd1a7af399ec86e8d912d778b6eb7d48b08eb2e8) --- OPTIONS | 3 +++ OPTIONS.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/OPTIONS b/OPTIONS index 0be74b7aac..6cdfab8f2b 100644 --- a/OPTIONS +++ b/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 diff --git a/OPTIONS.md b/OPTIONS.md index 610087e17b..d69fdfab11 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -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|