chiark / gitweb /
NEWS: announce DNS-over-TLS too
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Jun 2018 18:50:15 +0000 (20:50 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f71217c019712fa10be25fa4c51bd011fb293799..44c57ef42a300124e6dbff01a567ceafe07d1f90 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,12 @@ CHANGES WITH 239 in spe:
           configuration settings to change the resolution explicitly.
 
         * The elogind-resolve tool has been renamed to resolvectl (it also
+        * elogind-resolved now supports DNS-over-TLS ("PrivateDNS"). It's still
+          turned off by default, use PrivateDNS=yes to turn it on in
+          resolved.conf. We intend to make this the default as soon as couple
+          of additional techniques for optimizing the initial latency caused by
+          establishing a TLS/TCP connection are implemented.
+
           remains available under the old name, for compatibility), and its
           interface is now verb-based, similar in style to the other <xyz>ctl
           tools, such as systemctl or loginctl.