What do you need?
Recent changes to systemd-resolved changed default behavior of the DNSSEC setting to be enabled by default, for me this broke my Unifi DNS config (couldn't resolve A records from my internal DNS)
This is discussed here:
It took me a while to find the root cause for this since it wasn't caused by Omarchy, but since this is an opinionated distro I think it would make sense to either disable it by default or provide a setting toggle for it with some minor guidance.
Necessary resultant change config:
- Add to
/etc/systemd/resolved.conf: DNSSEC=no
- Ensure this isn't overwritten in any migrations
- Provide a menu option when selecting a custom DNS (i.e. Does your DNS support DNSSEC? (A records may not resolve properly if not))
What do you need?
Recent changes to systemd-resolved changed default behavior of the DNSSEC setting to be enabled by default, for me this broke my Unifi DNS config (couldn't resolve A records from my internal DNS)
This is discussed here:
It took me a while to find the root cause for this since it wasn't caused by Omarchy, but since this is an opinionated distro I think it would make sense to either disable it by default or provide a setting toggle for it with some minor guidance.
Necessary resultant change config:
/etc/systemd/resolved.conf:DNSSEC=no