From 8bc230a56b77b56d1b3f016af403a0b9e2b25a65 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 20 Dec 2016 14:33:59 +0100 Subject: [PATCH] dnsdist: Add `DNSAction.Refused` to the documentation Reported by @rygl (thanks!). --- pdns/README-dnsdist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index f85489a95..e899c0f8d 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 -- 2.40.0