mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
# 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
|