]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Small note around Spoof and TTL
authorRuben d'Arco <cyclops@prof-x.net>
Sun, 19 Apr 2020 15:29:25 +0000 (16:29 +0100)
committerRuben d'Arco <cyclops@prof-x.net>
Sun, 19 Apr 2020 15:29:25 +0000 (16:29 +0100)
pdns/dnsdistdist/docs/reference/constants.rst [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index aba032b..1b1d376
@@ -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