diff options
Diffstat (limited to 'man/systemd-resolved.service.xml')
-rw-r--r-- | man/systemd-resolved.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index b7673dc6c4..e1ae8d5ab8 100644 --- a/man/systemd-resolved.service.xml +++ b/man/systemd-resolved.service.xml @@ -265,7 +265,7 @@ send them out over the network using the usual rules for multi-label name routing <footnote><para>For example, if <filename>/etc/resolv.conf</filename> has <programlisting>nameserver 127.0.0.53 search foobar.com barbar.com - </programlisting>and we look up <literal>localhost</literal>, <filename>nss-dns</filename> will send +</programlisting>and we look up <literal>localhost</literal>, <filename>nss-dns</filename> will send the following queries to <filename>systemd-resolved</filename> listening on 127.0.0.53:53: first <literal>localhost.foobar.com</literal>, then <literal>localhost.barbar.com</literal>, and finally <literal>localhost</literal>. If (hopefully) the first two queries fail, |