How can I disable or change the port number for the libvirt dnsmasq service?
I need to make port 53 available on the main host.
❯ sudo lsof -i | grep dnsdnsmasq 2458 libvirt-dnsmasq 3u IPv4 38663 0t0 UDP *:bootpsdnsmasq 2458 libvirt-dnsmasq 5u IPv4 38666 0t0 UDP :domaindnsmasq 2458 libvirt-dnsmasq 6u IPv4 38667 0t0 TCP :domain (LISTEN)
Cheers