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