migrating a couple of local servers to, atm, F32, i noted this planned/accepted 'systemd-wide change' for switching to systemd-resolved as default in >= F33, here, and https://fedoraproject.org/wiki/Changes/systemd-resolved again, i understand it's default @ >= F33. iiuc, tho, it should already be usable with F32? attempting to enable 'mode #2' on a F32 install, my override configs are being ignored. reading more closely, i've managed to miss any comment re: config splitting into "/etc/systemd/resolved.conf.d", either currently or planned. looking at current install @ F32, there's only "/etc/systemd/resolved.conf". both docs referenced https://www.freedesktop.org/software/systemd/man/resolved.conf.html https://wiki.archlinux.org/index.php/Systemd-resolved make mention of /etc/systemd/resolved.conf.d/*.conf config support. in my F32 install, i've enabled systemctl status systemd-resolved.service -l ● systemd-resolved.service - Network Name Resolution Loaded: loaded (/usr/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: disabled) Active: active (running) since Sun 2020-07-26 13:58:26 PDT; 18min ago created the necessary symlink, ls -al /etc/resolv.conf lrwxrwxrwx 1 root root 37 Jul 26 13:43 /etc/resolv.conf -> /run/systemd/resolve/stub-resolv.conf and, in the 'supported' /etc/systemd/resolved.conf.d dir, config'd my local resolver cat /etc/systemd/resolved.conf.d/dns_servers.conf [Resolve] DNS=10.0.1.53 Domains=. and DISabled fallbacks cat /etc/systemd/resolved.conf.d/fallback_dns.conf [Resolve] FallbackDNS= but, after restart systemctl restart systemd-resolved i still see resolvectl status Global LLMNR setting: yes MulticastDNS setting: yes DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Fallback DNS Servers: 1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844 ... which are still/only the defaults, grep -i fallback /etc/systemd/resolved.conf #FallbackDNS=1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844 assuming that conf.d/* configs _are_ to be supported for F33, and already work with F32, what's the correct method/mechanism for overrides of the defaults? _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx