You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if it should work like this or not.
My configuration is: Arch linux with NetworkManager + openresolv + unbound as local resolver/cache.
the config are the following:
When connecting to a new network, i check resolvconf using resolvconf -l and I get two differents local ip for dns server.
when I check the file /etc/unbound-resolvconf.conf, I see nothing inside, just the file is created.
Inside my /etc/resolv.conf i get: nameserver 127.0.0.1 and I also protected it using chattr +i
For me the behavior I should have is that the unbound-resolvconf.conf should be populated with the dns ip server from the dhcp.
I'm wondering if it should work like this or not.
My configuration is: Arch linux with NetworkManager + openresolv + unbound as local resolver/cache.
the config are the following:
/etc/NetworkManager/conf.d/rc-managert.conf
->rc-manager=resolvconf
/etc/unbound/unbound.conf
include: /etc/unbound-resolvconf.conf
/etc/resolvconf.conf
:When connecting to a new network, i check resolvconf using
resolvconf -l
and I get two differents local ip for dns server.when I check the file /etc/unbound-resolvconf.conf, I see nothing inside, just the file is created.
Inside my /etc/resolv.conf i get:
nameserver 127.0.0.1
and I also protected it usingchattr +i
For me the behavior I should have is that the unbound-resolvconf.conf should be populated with the dns ip server from the dhcp.
System:
unbound -V
output:The text was updated successfully, but these errors were encountered: