Debian 10 and resolv.conf (2 interfaces)

Hello,

Thanks @stgraber.

The solution that I found on debian 10 with two interfaces.
apt install resolvconf

vim /etc/resolvconf/resolv.conf.d/base

base:

domain lxd
search lxd
nameserver $lxdbr0_ip

On host:
lxc restart $container

And it’s work at this time.

Thanks again for your advice.