From: Otto Moerbeek Date: Tue, 12 Apr 2022 07:25:31 +0000 (+0200) Subject: Typo spotted by reviewer X-Git-Tag: rec-4.7.0-beta1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11507%2Fhead;p=thirdparty%2Fpdns.git Typo spotted by reviewer Co-authored-by: Peter van Dijk --- diff --git a/pdns/recursordist/docs/lua-scripting/dnsname.rst b/pdns/recursordist/docs/lua-scripting/dnsname.rst index 7b2aaf46f0..8b24df7ca8 100644 --- a/pdns/recursordist/docs/lua-scripting/dnsname.rst +++ b/pdns/recursordist/docs/lua-scripting/dnsname.rst @@ -110,7 +110,7 @@ Functions and methods of a ``DNSName`` DNS Suffix Match Group ---------------------- -The :func:`newDS` function creates a ``DSN Suffix Match Group`` that allows fast checking if a :class:`DNSName` is part of a group. +The :func:`newDS` function creates a ``DNS Suffix Match Group`` that allows fast checking if a :class:`DNSName` is part of a group. This could e.g. be used to answer questions for known malware domains. To check e.g. the :attr:`dq.qname` against a list: