mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-28 08:35:22 +00:00
f3868259ca
dnsmasq is forwarding a number of queries upstream that should not be done. There still remains an MX query for a plain name with no domain specified that will be forwarded is dnsmasq has --domain=xxx --local=/xxx/ specified. This does not happen with no domain name and --local=// ... not a libvirt problem. BTW, thanks again to Claudio Bley!
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
@DNSMASQ@ --strict-order --bind-interfaces \
|
|
--local=// --domain-needed --filterwin2k --conf-file= \
|
|
--except-interface lo --dhcp-option=3 --no-resolv \
|
|
--listen-address 192.168.152.1 \
|
|
--dhcp-range 192.168.152.2,192.168.152.254 \
|
|
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/private.leases --dhcp-lease-max=253 \
|
|
--dhcp-no-override\
|