Commit graph

6 commits

Author SHA1 Message Date
8018ce0eb1
fix(resolvers): put DNSStubListener=no in resolved.conf.d, not unit dropins
Butane unit dropins write to /etc/systemd/system/<unit>.d/, but
DNSStubListener is a systemd-resolved config option that belongs in
/etc/systemd/resolved.conf.d/. Use storage.files instead so Ignition
places it in the correct location.
2026-07-24 11:21:10 -05:00
28e119cee2
fix(resolvers): disable systemd-resolved stub listener instead of masking
systemd-resolved must run for host DNS (nss/resolv.conf), but its stub
listener on 127.0.0.53:53 conflicts with Unbound's bind to 0.0.0.0:53.

Replace masking with DNSStubListener=no dropin + static resolv.conf
pointing to 1.1.1.1 and 9.9.9.9, so the host can resolve without
occupying port 53.
2026-07-24 11:17:33 -05:00
3b9507e5c4
fix(resolvers): mask systemd-resolved to prevent port 53 conflict with unbound 2026-07-24 11:13:29 -05:00
8c94ca0d09
update radius 2026-07-12 15:35:31 -05:00
6488494d1b
add ipv6 addresses to resolvers 2026-06-22 16:01:49 -05:00
c85be1d56c
flatcar resolvers 2026-06-22 15:52:51 -05:00