From f8c82abd5f28bb37046fe2785af814f0a8082d96 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 24 Feb 2016 18:48:43 +0100 Subject: [PATCH] Document recursor RPZ options --- docs/markdown/recursor/settings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/markdown/recursor/settings.md b/docs/markdown/recursor/settings.md index fd51109c92..51e4b5ed7a 100644 --- a/docs/markdown/recursor/settings.md +++ b/docs/markdown/recursor/settings.md @@ -428,6 +428,10 @@ Settings can contain: * defpol = Policy.Custom, Policy.Drop, Policy.NXDOMAIN, Policy.NODATA, Policy.Truncate, Policy.NoAction * defcontent = CNAME field to return in case of defpol=Policy.Custom * defttl = the TTL of the CNAME field to be synthesized +* tsigname = the name of the TSIG key to authenticate to the server (also set tsigalgo, tsigsecret) +* tsigalgo = the name of the TSIG algorithm (like 'hmac-md5') used +* tsigsecret = base64 encoded TSIG secret +* refresh = an integer describing the interval between checks for updates. By default, the RPZ zone's default is used If no settings are included, the RPZ is taken literally with no overrides applied. -- 2.47.2