]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/recursordist/docs/settings.rst
Qname minimizaton.
[thirdparty/pdns.git] / pdns / recursordist / docs / settings.rst
index 5405bb3a09280201d53ae7329e14abb99e4d8282..45cc199e35987aa8325fff1901ce361317223eab 100644 (file)
@@ -1164,6 +1164,17 @@ Whether to compute the latency of responses in protobuf messages using the times
 
 Path to the Public Suffix List file, if any. If set, PowerDNS will try to load the Public Suffix List from this file instead of using the built-in list. The PSL is used to group the queries by relevant domain names when displaying the top queries.
 
+.. _setting-qname-minimization:
+
+``qname-minimization``
+----------------------
+.. versionadded:: 4.3.0
+-  Boolean
+-  Default: no
+
+Enable Query Name Minimization. This is a experimental feature, implementing a relaxed form of Query Name Mimimization as
+described in RFC 7816.
+
 .. _setting-query-local-address:
 
 ``query-local-address``
@@ -1767,7 +1778,7 @@ If a PID file should be written to `socket-dir`_
 The server will trust XPF records found in queries sent from those netmasks (both IPv4 and IPv6),
 and will adjust queries' source and destination accordingly. This is especially useful when the recursor
 is placed behind a proxy like `dnsdist <https://dnsdist.org>`_.
-Note that the ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
+Note that the :ref:`setting-allow-from` setting is still applied to the original source address, and thus access restriction
 should be done on the proxy.
 
 .. _setting-xpf-rr-code: