47 lines
1.2 KiB
ReStructuredText
47 lines
1.2 KiB
ReStructuredText
cdist-type__systemd_resolved(7)
|
|
===============================
|
|
|
|
NAME
|
|
----
|
|
cdist-type__systemd_resolved - Configure system to use systemd-resolved.
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
*systemd-resolved* is a systemd service that provides network name resolution
|
|
to local applications via a D-Bus interface, the resolve NSS service
|
|
(nss-resolve(8)), and a local DNS stub listener on 127.0.0.53.
|
|
|
|
This type enables and starts this type, and helps with some minimal
|
|
configuration. In particular, systemd-resolved has four modes of handling the
|
|
`/etc/resolv.conf` file: stub, static, uplink and foreign. See the
|
|
systemd-resolved(8) manpage for details. By default, this type uses stub mode:
|
|
if you need another one, please provide an implementation in this type!
|
|
|
|
|
|
EXAMPLES
|
|
--------
|
|
|
|
.. code-block:: sh
|
|
|
|
__systemd_resolved
|
|
|
|
|
|
SEE ALSO
|
|
--------
|
|
`systemd.network`\ (5)
|
|
`systemd-resolved`\ (8)
|
|
`nss-resolve`\ (8)
|
|
|
|
|
|
AUTHORS
|
|
-------
|
|
Joachim Desroches <joachim.desroches@epfl.ch>
|
|
|
|
|
|
COPYING
|
|
-------
|
|
Copyright \(C) 2022 Joachim Desroches. You can redistribute it
|
|
and/or modify it under the terms of the GNU General Public License as
|
|
published by the Free Software Foundation, either version 3 of the
|
|
License, or (at your option) any later version.
|