]> git.pld-linux.org Git - packages/dnsmasq.git/blob - dnsmasq.config
- added full Source url.
[packages/dnsmasq.git] / dnsmasq.config
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. 
5 MAILHOSTNAME=""
6
7 # change this line if you want dns to get its upstream servers from
8 # somewhere other that /etc/resolv.conf 
9 RESOLV_CONF=""
10
11 # change this if you want dnsmasq to cache any "hostname" or "client-hostname" from
12 # a dhcpd's lease file
13 DHCP_LEASE="/var/lib/dhcp/dhcpd.leases"
14
15 DOMAIN_SUFFIX=`dnsdomainname`
This page took 0.07614 seconds and 3 git commands to generate.