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