mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remove dnsmasq command line parameter "--filterwin2k"
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>
This commit is contained in:
committed by
Eric Blake
parent
ccaf0beec8
commit
f20b7dbe63
@@ -1,7 +1,7 @@
|
||||
@DNSMASQ@ \
|
||||
--strict-order \
|
||||
--bind-interfaces \
|
||||
--local=// --domain-needed --filterwin2k --conf-file= \
|
||||
--local=// --domain-needed --conf-file= \
|
||||
--except-interface lo \
|
||||
--srv-host=name.tcp.,,,, \
|
||||
--listen-address 192.168.122.1 \
|
||||
|
||||
Reference in New Issue
Block a user