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>
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
@DNSMASQ@ --strict-order --bind-interfaces \
|
|
--local=// --domain-needed --conf-file= \
|
|
--except-interface lo '--txt-record=example,example value' \
|
|
--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\
|