|
@@ -15,16 +15,16 @@ interface=lo
|
|
|
interface=eth0
|
|
|
|
|
|
# Enable dnsmasq's built-in TFTP server
|
|
|
-enable-tftp
|
|
|
+#enable-tftp
|
|
|
# Set the root directory for files available via TFTP.
|
|
|
-tftp-root=/tftpboot
|
|
|
+#tftp-root=/tftpboot
|
|
|
|
|
|
dhcp-authoritative
|
|
|
dhcp-leasefile=/tmp/dhcp.leases
|
|
|
|
|
|
# use /etc/ethers for static hosts
|
|
|
# <hwaddr> <ipaddr>
|
|
|
-read-ethers
|
|
|
+#read-ethers
|
|
|
|
|
|
# other useful options (0.0.0.0 means server itself)
|
|
|
# default route(s):
|