mirror of https://gitee.com/openkylin/libvirt.git
19 lines
605 B
Plaintext
19 lines
605 B
Plaintext
##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
|
|
##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
|
|
## virsh net-edit netboot
|
|
## or other application using the libvirt API.
|
|
##
|
|
## dnsmasq conf file created by libvirt
|
|
strict-order
|
|
domain=example.com
|
|
expand-hosts
|
|
except-interface=lo
|
|
bind-interfaces
|
|
listen-address=192.168.122.1
|
|
dhcp-range=192.168.122.2,192.168.122.254
|
|
dhcp-no-override
|
|
dhcp-boot=pxeboot.img,,10.20.30.40
|
|
dhcp-lease-max=253
|
|
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/netboot.hostsfile
|
|
addn-hosts=/var/lib/libvirt/dnsmasq/netboot.addnhosts
|