systemd-resolved: merge unbound.conf into 00-defaults.conf

This commit is contained in:
Aminda Suomalainen 2024-04-10 11:59:36 +03:00
parent f885dcd73a
commit 241405c776
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 3 additions and 12 deletions

View File

@ -7,3 +7,6 @@
DNSSEC=yes
DNSOverTLS=opportunistic
Cache=yes
# Local resolver should always be considered if it exists
DNS=127.0.0.1
DNS=::1

View File

@ -1,12 +0,0 @@
# For binding systemd-resolved to Unbound
[Resolve]
DNS=127.0.0.1
DNS=::1
Domains=~.
# Done better by Unbound, no failed-auxiliary (https://github.com/systemd/systemd/issues/9867)
#DNSSEC=allow-downgrade
DNSSEC=yes
# Not needed on localhost
DNSOverTLS=no
# Done by Unbound
Cache=no