mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 23:55:23 +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!
5 lines
260 B
Plaintext
5 lines
260 B
Plaintext
@DNSMASQ@ --strict-order --bind-interfaces --domain=example.com \
|
|
--local=/example.com/ --domain-needed --filterwin2k \
|
|
--conf-file= --except-interface lo --listen-address 192.168.122.1 \
|
|
--expand-hosts --addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts\
|