diff --git a/system/etc/resolvconf.conf b/system/etc/resolvconf.conf new file mode 100644 index 0000000..88d5962 --- /dev/null +++ b/system/etc/resolvconf.conf @@ -0,0 +1,11 @@ +# Configuration for resolvconf(8) +# See resolvconf.conf(5) for details + +resolv_conf=/etc/resolv.conf + +# This is for using in conjunction with 'unbound'. +# For unbound configuration see: +# - https://git.disroot.org/FollieHiyuki/pi-hole +# - https://wiki.archlinux.org/title/Unbound +name_servers="::1 127.0.0.1" +resolv_conf_options="trust-ad"