-aaarecord
+aaaarecord
aae
aaldering
ababd
DHCP
dhcpd
dhcpdupdate
+diffie
diffs
DIGESTALGOS
Digitalus
jpmens
json
jsonstat
+jsrender
Juergen
jumpbox
Juraj
openbsd
opendbx
openpgpkey
+openports
opensc
openssl
opensuse
pdnslog
pdnsodbx
pdnsrandom
+pdnsrec
pdnssec
pdnsutil
Peeters
qtypelist
querycache
querycount
+querytime
quickstart
qytpe
ragel
versionadded
versionchanged
versionmodified
+Viala
viewcode
virtualized
visitedlinkcolor
:tags: Improvements
:pullreq: 11957
- Use ``nullptr`` in ``getNSEC3PARAM`` + init ``bool`` at callsite (Axel Viala).
+ Use ``nullptr`` in ``getNSEC3PARAM`` + init ``bool`` at call site (Axel Viala).
.. change::
:tags: Improvements
OpenBSD
^^^^^^^
-On OpenBSDd, :program:`Recursor` is available through the `OpenBSD ports system <https://openports.se/net/powerdns_recursor>`_.
+On OpenBSD, :program:`Recursor` is available through the `OpenBSD ports system <https://openports.se/net/powerdns_recursor>`_.
Run ``pkg_add powerdns-recursor`` as root to install.
MacOS
Send dnstap formatted message for :ref:`Newly Observed Domain` and :ref:`Unique Domain Response`.
``Message.type`` will be set to ``CLIENT_QUERY`` for NOD and ``RESOLVER_RESPONSE`` for UDR. The concerned domain name will be attached in the ``Message.query_zone`` field.
- UDR notifiations will get the reply attached to the ``response_message`` field.
+ UDR notifications will get the reply attached to the ``response_message`` field.
:param servers: Either a pathname of a unix domain socket starting with a slash or the IP:port to connect to, or a list of those. If more than one server is configured, all messages are sent to every server.
:type servers: string or list of strings
Structured logging
^^^^^^^^^^^^^^^^^^
-All logging (except query tracing) has been converted to stuctured logging.
+All logging (except query tracing) has been converted to structured logging.
Switch to old style logging by setting the :ref:`setting-structured-logging` setting to ``no``.
When using ``systemd``, structured logging information will be sent to ``journald`` using formatted text strings that list the key-value pairs and are human readable.
Switch to native key-value pair logging (more suitable for automated log processing) by setting :ref:`setting-structured-logging-backend` on the command line to ``systemd-journal``.