]> git.pld-linux.org Git - packages/dnsmasq.git/blame - dnsmasq.config
- changed chkconfig settings: same as bind; levels 345, start 14, stop 89
[packages/dnsmasq.git] / dnsmasq.config
CommitLineData
b82dfcfe 1# configuration for dnsmasq
2
4932272b 3# you can specify options for dnsmasq here
4OPTIONS=""
5
b82dfcfe 6# change this line if you want dnsmasq to serve an MX record for
7# the host it is running on.
8MAILHOSTNAME=""
9
10# change this line if you want dns to get its upstream servers from
11# somewhere other that /etc/resolv.conf
12RESOLV_CONF=""
13
14# change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
15# a dhcpd's lease file
16DHCP_LEASE="/var/lib/dhcp/dhcpd.leases"
17
18DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.09124 seconds and 4 git commands to generate.