On Tue, Aug 31, 2021 at 03:31:18PM +0200, Jan Stary wrote: > The running resolvd recognizes if unwind is running, > and places 127.0.0.1 at the top of resolv.conf accordingly. > > Could we have the same for unbound please? > I run unbound insted of unwind to also serve some > local names the machines around the office (beside resolution).
you could use the following: # route nameserver 127.0.0.1 it will tell resolvd(8) to use this particular nameserver. Thanks. -- Sebastien Marie