NetworkConfiguration / openresolv

POSIX resolvconf implementation
https://roy.marples.name/projects/openresolv
BSD 2-Clause "Simplified" License
71 stars 15 forks source link

openresolv + unbound: no content in /etc/unbound/resolvconf.conf #26

Open cmonty14 opened 7 months ago

cmonty14 commented 7 months ago

Hi, I installed openresolv + unbound on Arch Linux. For the configuration I followed the relevant wiki.

In this wiki there's a section Forward all remaining requests that includes a configuration for /etc/resolvconf.conf:

...
❯ cat /etc/resolvconf.conf 
# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

name_servers="127.0.0.1"

# Write out unbound configuration file
unbound_conf=/etc/unbound/resolvconf.conf

After running resolvconf -u I verified content of /etc/resolv.conf and /etc/unbound/resolvconf.conf:

❯ cat /etc/resolv.conf
# Generated by resolvconf
nameserver 127.0.0.1
❯ cat /etc/unbound/resolvconf.conf 
# Generated by resolvconf

This means /etc/unbound/resolvconf.conf is empty.

rsmarples commented 3 months ago

That is expected without any resolvers. What does resolvconf -l say?