From: Remi Gacogne Date: Thu, 4 Jul 2024 08:38:26 +0000 (+0200) Subject: dnsdist: Fix a typo in the constants documentation X-Git-Tag: rec-5.2.0-alpha1~188^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ccb6cad9f7f9e4db8e5ce684a767d8dab2af0e;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the constants documentation --- diff --git a/pdns/dnsdistdist/docs/reference/constants.rst b/pdns/dnsdistdist/docs/reference/constants.rst index a5040c7598..4160c51170 100755 --- a/pdns/dnsdistdist/docs/reference/constants.rst +++ b/pdns/dnsdistdist/docs/reference/constants.rst @@ -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)