diff --git a/etc/unbound/unbound.conf.d/replace-systemd-resolved.conf.sample b/etc/unbound/unbound.conf.d/replace-systemd-resolved.conf.sample new file mode 100644 index 00000000..6bc20d46 --- /dev/null +++ b/etc/unbound/unbound.conf.d/replace-systemd-resolved.conf.sample @@ -0,0 +1,12 @@ +# This file is only when one wants to replace systemd-resolved with unbound +# and to avoid having to mess up with resolv.conf or similar. + +server: +# Change to yes for 0.0.0.0 and :: +interface-automatic: no +interface: ::1@53 +interface: 127.0.0.1@53 +interface: 127.0.0.53@53 +interface: 127.0.0.54@53 + +# vim: filetype=unbound.conf