mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
f20b7dbe63
This patch removed the "--filterwin2k" dnsmasq command line parameter which was unnecessary for domain specification, possibly blocked some usage, and was command line clutter. Gene Czarcinski <gene@czarc.net>
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
@DNSMASQ@ --strict-order --bind-interfaces --domain=example.com \
|
|
--local=/example.com/ --domain-needed \
|
|
--conf-file= --except-interface lo --listen-address 192.168.122.1 \
|
|
--expand-hosts --addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts\
|