On Mon, Jan 15, 2024 at 05:31:36PM +0100, Kevin Kofler via devel wrote:
Petr Menšík wrote:
Anyway, dnsmasq will listen by default on 127.0.0.1, as every standard resolver does. You can use listen-address=127.0.0.53 if you like, but then it will conflict with systemd-resolved.
You just wrote that you make it listen by default on all interfaces, and then filter.
If I understand it correctly, it will do that only if the configuration was modified (an additional interface was specified). The default configuration should work exactly as before.
This means it will conflict over the port 53.
They bind to different addresses by default.