#
#   /etc/sysconfig/dnsmasq
#   part of ALTLinux
#
#   Change this file only when service is stopped!
#
#---------------------------------------------------------------
#   Change this line if you want dnsmasq
#   to serve an MX record for the host it is running on.
# MAILHOSTNAME=
#---------------------------------------------------------------
#   Change this line if you want dns to get its upstream servers
#   from somewhere other than /etc/resolv.conf .
RESOLV_CONF="/etc/resolv.conf.dnsmasq"
#---------------------------------------------------------------
#   If yes then add nameserver 127.0.0.1 to /etc/resolv.conf
#   on start. Note that it will work properly only if
#   openresolv and openresolv-dnsmasq packages are installed.
AUTO_LOCAL_RESOLVER=yes
#---------------------------------------------------------------
#   Change this if you want dnsmasq to cache any "hostname"
#   or "client-hostname" from a dhcpd's lease file.
# DHCP_LEASE="/var/lib/dhcp/dhcpd.leases"
#---------------------------------------------------------------
#   Name of serverd domain, by default `dnsdomainname`.
# DOMAIN_SUFFIX=
#---------------------------------------------------------------
#   Include all files in /etc/dnsmasq.d except RPM backup files
# CONFIG_DIR=/etc/dnsmasq.conf.d,.rpmnew,.rpmsave,.rpmorig
#---------------------------------------------------------------
#   Any additional options for dnsmasq command line.
#   Default value is motivated by security reasons.
OPTIONS="--bind-interfaces --interface lo"

## EOF ##
