Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c9a5604257b643dc72bb2d29efe2e87d > files > 2

ndjbdns-1.05.4-9.fc15.i686.rpm

#
# axfrdns.conf: this file is part of the djbdns project.
#
# Here we define some variables vital for running axfrdns.
#
# Things to remember:
#
#   - Lines starting with `#' are comments, thus ignored.
#   - Blank lines are blank, thus ignored.
#   - Do not leave blank spaces around `=' sign while defining a variable.
#

# Maximum number of bytes that could be allocated if required.
#
# DATALIMIT=8000000

# No of bytes to allocate for the cache. This may not exceed DATALIMIT
#
# CACHESIZE=5000000

# axfrdns allows zone transfer for any zone listed in the AXFR variable.
# It's a slash(/) separated list domain names. If not set, axfrdns allows zone
# transfer for all zones available in data.cdb
#
AXFR=

# Address to listen on for incoming connections.
#
# IP=127.0.0.1

# Address to use while sending out-going requests. 0.0.0.0 means machines
# primary IP address.
#
# IPSEND=0.0.0.0

# A non-root user whose privileges should be acquired by axfrdns.
# Default: daemon
# See: $ id -u daemon
#
UID=2

# A non-root group whose privileges should be acquired by axfrdns.
# Default: daemon
# See: $ id -g daemon
#
GID=2


# ROOT: is the new root & working directory for axfrdns.
# Obviously, the user whose ID is mentioned above MUST be able to read from
# this directory.
#
# Also, this is where `data.cdb' file should reside.
#
ROOT=/etc/ndjbdns

# If HIDETTL is set, dnscache always uses a TTL of 0 in its responses.
#
# HIDETTL=

# If FORWARDONLY is set, dnscache treats the servers/@ as a list of IP
# addresses for other caches, not root servers. It forwards queries to those
# caches the same way a client does, rather than contacting a chain of servers
# according to NS records.
#
# FORWARDONLY=