]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the constants documentation 14417/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 4 Jul 2024 08:38:26 +0000 (10:38 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 4 Jul 2024 08:38:26 +0000 (10:38 +0200)
pdns/dnsdistdist/docs/reference/constants.rst

index a5040c7598cf23c3d58dce9ad93653df8f6c2864..4160c511705c03bebddcd290ff630a227393e37e 100755 (executable)
@@ -127,7 +127,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.SetTag``: set a tag, see :function:`SetTagAction` (only used for Dynamic Block actions, see meth:`DNSQuestion:setTag` to set a tag from Lua)
+ * ``DNSAction.SetTag``: set a tag, see :func:`SetTagAction` (only used for Dynamic Block actions, see meth:`DNSQuestion:setTag` to set a tag from Lua)
  * ``DNSAction.Spoof``: spoof the response using the supplied IPv4 (A), IPv6 (AAAA) or string (CNAME) value. TTL will be 60 seconds.
  * ``DNSAction.SpoofPacket``: spoof the response using the supplied raw packet
  * ``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)