From 993759577e105dca8b5cdcd7721e0826eafb1319 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 Oct 2020 08:40:22 +0200 Subject: [PATCH] Bind systemd-resolved to Unbound --- etc/systemd/resolved.conf.d/unbound.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/systemd/resolved.conf.d/unbound.conf 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