]> git.pld-linux.org Git - packages/dnsmasq.git/blame - dnsmasq.config
- up to 2.61
[packages/dnsmasq.git] / dnsmasq.config
CommitLineData
b82dfcfe 1# configuration for dnsmasq
2
4932272b 3# you can specify options for dnsmasq here
4OPTIONS=""
5
0bb45a9d 6# listen on interface
7INTERFACE=""
8
b82dfcfe 9# change this line if you want dnsmasq to serve an MX record for
10# the host it is running on.
11MAILHOSTNAME=""
12
13# change this line if you want dns to get its upstream servers from
14# somewhere other that /etc/resolv.conf
15RESOLV_CONF=""
16
17# change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
18# a dhcpd's lease file
a0576aef 19DHCP_LEASE="/var/lib/misc/dhcpd.leases"
b82dfcfe 20
21DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.030151 seconds and 4 git commands to generate.