mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
Bind systemd-resolved to Unbound
This commit is contained in:
parent
73f273f4bb
commit
993759577e
11
etc/systemd/resolved.conf.d/unbound.conf
Normal file
11
etc/systemd/resolved.conf.d/unbound.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# For binding systemd-resolved to Unbound
|
||||
[Resolve]
|
||||
DNS=127.0.0.1
|
||||
DNS=::1
|
||||
Domains=~.
|
||||
# Done better by Unbound, no failed-auxillary
|
||||
DNSSEC=false
|
||||
# Not needed on localhost
|
||||
DNSOverTLS=false
|
||||
# Done by Unbound
|
||||
Cache=false
|
Loading…
Reference in New Issue
Block a user