# change these lines if you want dnsmasq to serve an MX record. # only one need be set, the other defaults to the name of the host # running dnsmasq #MAILHOSTNAME="" #MAILTARGET="" # change this line if you want dns to get its upstream servers from # somewhere other that /etc/resolv.conf RESOLV_CONF="/etc/resolv.conf-dnsmasq" # You might want to set this to "root" if RESOLV.CONF is set # to /etc/ppp/resolv.conf since /etc/ppp/* are not world readable #DNSMASQ_USER="root" # If you want dnsmasq to listen for requests on only one interface # (and the loopback) give the name of the interface (eg eth0) here DNSMASQ_INTERFACE="eth0" # change these if you want dnsmasq to cache any "hostname" # or "client-hostname" from a dhcpd's lease file #DHCP_LEASE="/var/lib/dhcp/dhcpd.leases" #DOMAIN_SUFFIX=`dnsdomainname`