Improvements
------------
-- lower default EDNS buffer size to 1232 (#538, #300, !920)
+- lower default EDNS buffer size to 1232 bytes (#538, #300, !920);
+ see https://dnsflagday.net/2020/
- net: split the EDNS buffer size into upstream and downstream (!1026)
- lua-http doh: answer to /dns-query endpoint as well as /doh (!1069)
- improve resiliency against UDP fragmentation attacks (disable PMTUD) (!1061)
* DoH over HTTP/1 and unencrypted transports is still available in
:ref:`legacy http module <mod-http-doh>` (``kind='doh'``).
This module will not receive receive any more bugfixes and will be eventually removed.
-* New releases since October 2020 will contain changes for
- `DNS Flag Day 2020 <https://dnsflagday.net/2020/>`_. Please double-check your firewall,
- it has to allow DNS traffic on UDP and also TCP port 53.
5.1 to 5.2
* Users of :ref:`control-sockets` API need to terminate each command sent to resolver with newline
character (ASCII ``\n``). Correct usage: ``cache.stats()\n``.
Newline terminated commands are accepted by all resolver versions >= 1.0.0.
+* `DNS Flag Day 2020 <https://dnsflagday.net/2020/>`_ is now effective and Knot Resolver uses
+ maximum size of UDP answer to 1232 bytes. Please double-check your firewall,
+ it has to allow DNS traffic on UDP and **also TCP** port 53.
+
Configuration file
------------------