Hello.
I’m on Ubuntu 20.04.1 Server.
When installing multipass, it also tries to start dnsmasq on port 53, which conflicts with my existing and running DNS resolver (Unbound).
This means that dnsmasq does not start when installing multipass, but when I reboot my server, dnsmasq starts first, and Unbound can not start.
Is it possible to use multipass without starting dnsmasq on the host machine?
Thanks.