blob: 45615f3c334ea10b6c2766978053e19288477d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##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 tftp-only
## or other application using the libvirt API.
##
## dnsmasq conf file created by libvirt
strict-order
except-interface=lo
bind-dynamic
interface=virbr0
enable-tftp
tftp-root=/var/lib/tftproot
addn-hosts=/var/lib/libvirt/dnsmasq/tftp-only.addnhosts
|