diff --git a/etc/systemd/resolved.conf.d/unbound.conf b/etc/systemd/resolved.conf.d/unbound.conf new file mode 100644 index 00000000..d0f52174 --- /dev/null +++ b/etc/systemd/resolved.conf.d/unbound.conf @@ -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