|
|
|
|
|
by bigbugbag
3435 days ago
|
|
Reading the man page it is actually recommending systemd-resolved over other options. It says: - option 1 (recommended): use systemd-resolved API. - option 2: use glibc API with a glibc NSS module to resolve host names via systemd-resolved. - option 3 (not recommended): local DNS stub listener on loopback to connect direct request to systemd-resolved. Author included this part to illustrate how the real issue is that systemd is an unprecedented lock-in. Honestly an init process implementing a DNS resolver? Where is my kitchen sink ? |
|
Systemd is a project that manages a large number of low-level services and programs that work together to try to help create a cohesive operating system.
Systemd is also the name of a init program.
These have the same name, but are not the same thing.
Systemd init process does not provide any DNS resolver features. Systemd-resolved, however, does.