mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
3fcc90968c
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!
(cherry picked from commit f3868259ca
)
Conflicts:
AUTHORS
17 lines
568 B
Plaintext
17 lines
568 B
Plaintext
@DNSMASQ@ \
|
|
--strict-order \
|
|
--bind-interfaces \
|
|
--local=// --domain-needed --filterwin2k --conf-file= \
|
|
--except-interface lo \
|
|
--srv-host=name.tcp.test-domain-name,.,1024,10,10 \
|
|
--listen-address 192.168.122.1 \
|
|
--listen-address 192.168.123.1 \
|
|
--listen-address 2001:db8:ac10:fe01::1 \
|
|
--listen-address 2001:db8:ac10:fd01::1 \
|
|
--listen-address 10.24.10.1 \
|
|
--dhcp-range 192.168.122.2,192.168.122.254 \
|
|
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases \
|
|
--dhcp-lease-max=253 \
|
|
--dhcp-no-override \
|
|
--dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile\
|