From 3c93bbcd9e270bf33d18b214fe4f69a9beabba2a Mon Sep 17 00:00:00 2001 From: Ruben d'Arco Date: Sun, 19 Apr 2020 16:29:25 +0100 Subject: [PATCH] Small note around Spoof and TTL --- pdns/dnsdistdist/docs/reference/constants.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pdns/dnsdistdist/docs/reference/constants.rst diff --git a/pdns/dnsdistdist/docs/reference/constants.rst b/pdns/dnsdistdist/docs/reference/constants.rst old mode 100644 new mode 100755 index aba032b706..1b1d376961 --- a/pdns/dnsdistdist/docs/reference/constants.rst +++ b/pdns/dnsdistdist/docs/reference/constants.rst @@ -117,7 +117,7 @@ These constants represent an Action that can be returned from :func:`LuaAction` * ``DNSAction.Pool``: use the specified pool to forward this query * ``DNSAction.Refused``: return a response with a Refused rcode * ``DNSAction.ServFail``: return a response with a ServFail rcode - * ``DNSAction.Spoof``: spoof the response using the supplied IPv4 (A), IPv6 (AAAA) or string (CNAME) value + * ``DNSAction.Spoof``: spoof the response using the supplied IPv4 (A), IPv6 (AAAA) or string (CNAME) value. TTL will be 60 seconds. * ``DNSAction.SpoofRaw``: spoof the response using the supplied raw value as record data * ``DNSAction.Truncate``: truncate the response * ``DNSAction.NoRecurse``: set rd=0 on the query -- 2.47.2