From: Remi Gacogne Date: Tue, 20 Dec 2016 13:33:59 +0000 (+0100) Subject: dnsdist: Add `DNSAction.Refused` to the documentation X-Git-Tag: dnsdist-1.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc230a56b77b56d1b3f016af403a0b9e2b25a65;p=thirdparty%2Fpdns.git dnsdist: Add `DNSAction.Refused` to the documentation Reported by @rygl (thanks!). --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index f85489a954..e899c0f8d2 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -570,6 +570,7 @@ Valid return values for `LuaAction` functions are: * DNSAction.None: continue to the next rule * DNSAction.Nxdomain: return a response with a NXDomain rcode * DNSAction.Pool: use the specified pool to forward this query + * DNSAction.Refused: return a response with a Refused rcode * DNSAction.Spoof: spoof the response using the supplied IPv4 (A), IPv6 (AAAA) or string (CNAME) value DNSSEC