etc…resolved…: add/clarify links in/to comments

Courtesy of https://wiki.archlinux.org/title/Systemd-resolved#DNSSEC
This commit is contained in:
Aminda Suomalainen 2022-03-28 20:34:34 +03:00
parent d47c374706
commit 8c532e3ef8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[Resolve]
# Breaks everything, https://github.com/systemd/systemd/issues?q=dnssec%3Dallow-downgrade+is%3Aissue+is%3Aopen
# https://github.com/systemd/systemd/issues/10579 & https://github.com/systemd/systemd/issues/9867
#DNSSEC=allow-downgrade
DNSSEC=no
DNSOverTLS=opportunistic

View File

@ -3,7 +3,7 @@
DNS=127.0.0.1
DNS=::1
Domains=~.
# Done better by Unbound
# Done better by Unbound, no failed-auxiliary (https://github.com/systemd/systemd/issues/9867)
DNSSEC=no
# Not needed on localhost
DNSOverTLS=no