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:
Gene Czarcinski
2012-09-06 12:08:22 -04:00
committed by Eric Blake
parent ccaf0beec8
commit f20b7dbe63
10 changed files with 10 additions and 10 deletions

View File

@@ -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 \