diff options
author | Dimitri John Ledkov <xnox@ubuntu.com> | 2017-10-24 15:28:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-24 15:28:41 +0200 |
commit | e6b2d948f8f5aabf6cdede8bd39256fe83db205e (patch) | |
tree | c78ea99b51bcf828c4c112ca66c25185b4d44753 /NEWS | |
parent | Merge pull request #7141 from yuwata/fix-7129 (diff) | |
download | systemd-e6b2d948f8f5aabf6cdede8bd39256fe83db205e.tar.xz systemd-e6b2d948f8f5aabf6cdede8bd39256fe83db205e.zip |
resolved: create private stub resolve file for /etc/resolv.conf integration (#7014)
This creates a second private resolve.conf file which lists the stub resolver
and the resolved acquired search domains.
This runtime file should be used as a symlink target for /etc/resolv.conf such
that non-nss based applications can resolve search domains.
Fixes: #7009
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ CHANGES WITH 236 in spe: has been extended to also set the dummy module option numdummies=0, resolving issues with the kernel creating dummy0. + * systemd-resolved now maintains a new dynamic + /run/systemd/resolve/stub-resolv.conf compatibility file. It is now + recommended to maintain /etc/resolv.conf as a symlink to this new + dynamic file. It points at the systemd-resolved stub DNS 127.0.0.53 + resolver and it includes dynamically acquired search domains. This + achieves a more correct DNS resolution by software that bypasses + local DNS APIs (e.g. NSS). + CHANGES WITH 235: * A new modprobe.d drop-in is now shipped by default that sets the |