5be394696ad697bf26ab9f2f3b162ddb2f9cb1c9
[openwrt/svn-archive/archive.git] / package / dnsmasq / files / dnsmasq.conf
1 # filter what we send upstream
2 domain-needed
3 bogus-priv
4 filterwin2k
5 localise-queries
6
7 # allow /etc/hosts and dhcp lookups via *.lan
8 local=/lan/
9 domain=lan
10 expand-hosts
11 resolv-file=/tmp/resolv.conf.auto
12
13 dhcp-authoritative
14 dhcp-leasefile=/tmp/dhcp.leases
15
16 # use /etc/ethers for static hosts; same format as --dhcp-host
17 # <hwaddr> <ipaddr>
18 read-ethers
19
20 # other useful options:
21 # default route(s): dhcp-option=3,192.168.1.1,192.168.1.2
22 # dns server(s): dhcp-option=6,192.168.1.1,192.168.1.2