From 74006e4088da71529d4f05f60a7ce53c1c4b6891 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 May 2014 10:40:06 +0200 Subject: finetune config, disable tftp and ethers reading --- package/dnsmasq/Makefile | 2 +- package/dnsmasq/files/dnsmasq.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 5f488cfee..8320b1ed3 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dnsmasq PKG_VERSION:= 2.69 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= c5a1152e646eb54db4f33f8e0deee180 PKG_DESCR:= lightweight DNS and DHCP server PKG_SECTION:= dns diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 9da4b0c85..6ed7ca4db 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -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 # -read-ethers +#read-ethers # other useful options (0.0.0.0 means server itself) # default route(s): -- cgit v1.2.3