diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 20:50:15 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-13 14:39:53 +0900 |
commit | c086ce8c2ed138191a0d06ab78e5b8ea7a505683 (patch) | |
tree | 6530817deca770b8203ef17cf5698d9ed76b751d /NEWS | |
parent | dbc4661a2c527ead70445bfd8f1fa47e2c4971a8 (diff) | |
download | systemd-c086ce8c2ed138191a0d06ab78e5b8ea7a505683.tar.gz |
NEWS: announce DNS-over-TLS too
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -51,6 +51,12 @@ CHANGES WITH 239 in spe: screen resolution for HiDPI systems, and now provides loader configuration settings to change the resolution explicitly. + * systemd-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. + * The systemd-resolve tool has been renamed to resolvectl (it also remains available under the old name, for compatibility), and its interface is now verb-based, similar in style to the other <xyz>ctl |