X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-resolved.service.xml;h=c44b10c4722a69dff4578177c34907403e9973fc;hp=517e08ef2bd5441301a961815dd4627a43ca7619;hb=9b15b7846d4de01bb5d9700a24077787e984e8ab;hpb=40ef48600f2c82c2eb41f6c71f35a8d172a530ad diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index 517e08ef2..c44b10c47 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -57,26 +57,32 @@ Description systemd-resolved is a system - service that manages network name resolution. It does so by - generating /run/systemd/resolve/resolv.conf, - which may be symlinked from /etc/resolv.conf. - The contents is generated from the global settings in + service that manages network name resolution. It + implements a caching DNS stub resolver and an LLMNR + resolver and responder. It also generates + /run/systemd/resolve/resolv.conf + for compatibility which may be symlinked from + /etc/resolv.conf. + + The DNS servers contacted are determined from + the global settings in resolved.conf5, - the per-link static settings in .network files, - and the per-link dynamic settings received over DHCP. See + the per-link static settings in + .network files, and the per-link + dynamic settings received over DHCP. See systemd.network5 - for more details. + for more details. Note that /run/systemd/resolve/resolv.conf should not be used directly, but only through a symlink from - /etc/resolv.conf. + /etc/resolv.conf. See Also - resolved.conf5, systemd1, + resolved.conf5, systemd.network5, systemd-networkd.service8