From: Remi Gacogne Date: Mon, 4 Mar 2019 14:47:57 +0000 (+0300) Subject: DNSNameSet and QNameSetRule, minor changes in docs X-Git-Tag: auth-4.2.0-rc1~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a54d2a2963df03f330d29c7742f9791bb73f14;p=thirdparty%2Fpdns.git DNSNameSet and QNameSetRule, minor changes in docs Co-Authored-By: andreydomas --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 50b215b0c6..9d81173072 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -611,7 +611,7 @@ These ``DNSRule``\ s be one of the following items: :param string qname: Qname to match .. function:: QNameSetRule(set) - Matches if the set contains excact qname. + Matches if the set contains exact qname. To match subdomain names, see :func:`SuffixMatchNodeRule`.