2022-03-28 19:28:17 +02:00
|
|
|
[Resolve]
|
2022-03-28 19:34:34 +02:00
|
|
|
# https://github.com/systemd/systemd/issues/10579 & https://github.com/systemd/systemd/issues/9867
|
2022-03-28 19:28:17 +02:00
|
|
|
#DNSSEC=allow-downgrade
|
2023-10-21 10:27:07 +02:00
|
|
|
# Regardless of the above DNS breaking issues when DNSSEC is
|
|
|
|
# enabled/opportunistic, it provides authentication which is important. TLS
|
|
|
|
# cannot be fully trusted. https://notes.valdikss.org.ru/jabber.ru-mitm/
|
|
|
|
DNSSEC=yes
|
2022-03-28 19:28:17 +02:00
|
|
|
DNSOverTLS=opportunistic
|
|
|
|
Cache=yes
|
2024-04-10 10:59:36 +02:00
|
|
|
# Local resolver should always be considered if it exists
|
|
|
|
DNS=127.0.0.1
|
|
|
|
DNS=::1
|