Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cmonty14 opened this issue Jan 31, 2024 · 1 comment
Open

Comments

@cmonty14
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants