]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that DNSQuestion.spoof exists to spoof multiple values
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Jun 2021 09:06:27 +0000 (11:06 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Jun 2021 09:06:27 +0000 (11:06 +0200)
pdns/dnsdistdist/docs/reference/constants.rst

index 7e93e6a645a9a793722eb5825d5ac10bb4eaa6d4..d81c2d44f7f970670a0a438ca40a6b53d24a9848 100755 (executable)
@@ -121,7 +121,7 @@ These constants represent an Action that can be returned from :func:`LuaAction`
  * ``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. TTL will be 60 seconds.
- * ``DNSAction.SpoofRaw``: spoof the response using the supplied raw value as record data
+ * ``DNSAction.SpoofRaw``: spoof the response using the supplied raw value as record data (see also :meth:`DNSQuestion:spoof` and :func:`dnsdist_ffi_dnsquestion_spoof_raw` to spoof multiple values)
  * ``DNSAction.Truncate``: truncate the response
  * ``DNSAction.NoRecurse``: set rd=0 on the query