]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document recursor RPZ options 3445/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 24 Feb 2016 17:48:43 +0000 (18:48 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 24 Feb 2016 17:49:51 +0000 (18:49 +0100)
docs/markdown/recursor/settings.md

index fd51109c924185f04562b62b4128e5caa2d925b6..51e4b5ed7a65b43263874b918e430fe90a654868 100644 (file)
@@ -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.