diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 10:40:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 10:41:19 +0200 |
commit | 74006e4088da71529d4f05f60a7ce53c1c4b6891 (patch) | |
tree | 15e9c8aabb335d583501b53e761058d6533552d8 /package/dnsmasq | |
parent | 6e7a73f4f99f3073e24b56d24c9fe3414fdaec13 (diff) |
finetune config, disable tftp and ethers reading
Diffstat (limited to 'package/dnsmasq')
-rw-r--r-- | package/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 6 |
2 files changed, 4 insertions, 4 deletions
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 # <hwaddr> <ipaddr> -read-ethers +#read-ethers # other useful options (0.0.0.0 means server itself) # default route(s): |