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