]> git.pld-linux.org Git - packages/dnsmasq.git/blame - dnsmasq.config
- added full Source url.
[packages/dnsmasq.git] / dnsmasq.config
CommitLineData
b82dfcfe 1# configuration for dnsmasq
2
3# change this line if you want dnsmasq to serve an MX record for
4# the host it is running on.
5MAILHOSTNAME=""
6
7# change this line if you want dns to get its upstream servers from
8# somewhere other that /etc/resolv.conf
9RESOLV_CONF=""
10
11# change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
12# a dhcpd's lease file
13DHCP_LEASE="/var/lib/dhcp/dhcpd.leases"
14
15DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.044829 seconds and 4 git commands to generate.