From fca84d690b085f8bf40941e1b996884275fd0588 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Apr 2022 09:25:31 +0200 Subject: [PATCH] Typo spotted by reviewer Co-authored-by: Peter van Dijk --- pdns/recursordist/docs/lua-scripting/dnsname.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2