summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/etc/dnsmasq.conf
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-07 11:34:35 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-07 11:34:35 +0000
commita9219b95a2694000bd6a25340a19e8bb04958584 (patch)
tree82324a352dc8476763cb28ecc4f677ef8463dcad /openwrt/package/base-files/default/etc/dnsmasq.conf
parent08e080d8163c34953035d39e7e81ff1138f9ebff (diff)
remove dnsmasq config files from base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc/dnsmasq.conf')
-rw-r--r--openwrt/package/base-files/default/etc/dnsmasq.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/openwrt/package/base-files/default/etc/dnsmasq.conf b/openwrt/package/base-files/default/etc/dnsmasq.conf
deleted file mode 100644
index 4ef96803a..000000000
--- a/openwrt/package/base-files/default/etc/dnsmasq.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# filter what we send upstream
-domain-needed
-bogus-priv
-filterwin2k
-localise-queries
-
-# allow /etc/hosts and dhcp lookups via *.lan
-local=/lan/
-domain=lan
-
-# no dhcp / dns queries from the wan
-except-interface=vlan1
-
-# enable dhcp (start,end,netmask,leasetime)
-dhcp-authoritative
-#dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
-#dhcp-leasefile=/tmp/dhcp.leases
-
-# use /etc/ethers for static hosts; same format as --dhcp-host
-# <hwaddr> [<hostname>] <ipaddr>
-read-ethers
-
-# other useful options:
-# default route(s): dhcp-option=3,192.168.1.1,192.168.1.2
-# dns server(s): dhcp-option=6,192.168.1.1,192.168.1.2