mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-18 17:28:08 +02:00
Options "edns0" and "trust-ad" are automatically added when using caching plugins such as dnsmasq and systemd-resolved. In some cases, those options can break resolution due to non-conforming resolvers, and there is no way to disable them. Introduce new options "_no-add-edns0" and "_no-add-trust-ad" to prevent the automatic addition of "edns0" and "trust-ad". The initial underscore indicates that the option is internal and is not written into resolv.conf. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1393 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1751 |
||
|---|---|---|
| .. | ||
| nm-dns-dnsmasq.c | ||
| nm-dns-dnsmasq.h | ||
| nm-dns-manager.c | ||
| nm-dns-manager.h | ||
| nm-dns-plugin.c | ||
| nm-dns-plugin.h | ||
| nm-dns-systemd-resolved.c | ||
| nm-dns-systemd-resolved.h | ||