I have disabled since F38 my systemd-resolve configuration because it stopped working out of nowhere… and forgot about it.
Did various modifications to the resolved.conf, but I’m sill not able to navigate the Internet if I keep any configurations with DoT with or without DNSSEC. Commenting them out restores my navigation.
/etc/NetworkManager/conf.d/10-dns-systemd-resolved.conf
[main]
dns=systemd-resolved
systemd-resolved=false
/etc/systemd/resolved.conf
[Resolve]
DNS=9.9.9.11 1.1.1.1
DNSOverTLS=yes
DNSSEC=yes
FallbackDNS=9.9.9.9 1.0.0.1
Domains=~.
#LLMNR=yes
#MulticastDNS=yes
Cache=yes
#DNSStubListener=yes
#ReadEtcHosts=yes
resolvectl query fedoraproject.org
fedoraproject.org: resolve call failed: All attempts to contact name servers or networks failed
~
resolvectl query openwrt.org
openwrt.org: resolve call failed: All attempts to contact name servers or networks failed
~
resolvectl query ddg.co
ddg.co: resolve call failed: All attempts to contact name servers or networks failed
I tested with various public DNS with and without DNSSEC (Quad9, CloudFlare, Mullvad, OpenDNS, AdGuard…), disabled and flushed cache, removed the fallbacks,
Did the configuration method changed? Is it a bug?