From: Ruben d'Arco Date: Sun, 19 Apr 2020 15:29:25 +0000 (+0100) Subject: Small note around Spoof and TTL X-Git-Tag: dnsdist-1.5.0-rc2~19^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c93bbcd9e270bf33d18b214fe4f69a9beabba2a;p=thirdparty%2Fpdns.git Small note around Spoof and TTL --- 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