From: Remi Gacogne Date: Fri, 30 Mar 2018 08:53:45 +0000 (+0200) Subject: dnsdist: Fix two small nits on the documentation X-Git-Tag: dnsdist-1.3.1~187^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6422%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix two small nits on the documentation --- diff --git a/pdns/dnsdistdist/docs/guides/downstreams.rst b/pdns/dnsdistdist/docs/guides/downstreams.rst index 47666517a1..2c2b50af49 100644 --- a/pdns/dnsdistdist/docs/guides/downstreams.rst +++ b/pdns/dnsdistdist/docs/guides/downstreams.rst @@ -44,6 +44,7 @@ representing the QName, QType and QClass of the health check query as well as th representing the new QName, QType and QClass, and can directly modify the ``DNSHeader`` object. The following example sets the CD flag to true and change the QName to "powerdns.com." and the QType to AAAA while keeping the initial QClass. + .. code-block:: lua function myHealthCheck(qname, qtype, qclass, dh) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 4a82a030a8..f1989ec576 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -784,7 +784,7 @@ faster than the existing rules. .. function:: dynBlockRulesGroup() -> DynBlockRulesGroup - .. versionaddeded:: 1.3.0 + .. versionadded:: 1.3.0 Creates a new :class:`DynBlockRulesGroup` object.