mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- Reloading systemd-resolved does not seem to apply the DNS-over-TLS changes fully. Although resolvectl shows the new status after a reload, systemd-resolved seems to be using incorrect DNS-over-TLS setting. Tests: - Without the patch, set DNS server that does not support DNS-over-TLS such as dnsmasq in Network Manager's 'shared' connection. Then enable DNS-over-TLS. resolvectl shows that DNSOverTLS flag correctly. But name resolutions still work. - With the patch, repeat the above and notice that resolution does not work. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>