aports/main/djbdns/dnscache.confd
Timo Teras fbea38f9a6 main/djbdns: periodic script to update zone hints
This also splits the djbdns to djbdns-common that contains the
few utilities needed by the periodic script. Minor fix to init.d
script included also.

Signed-off-by: Timo Teras <timo.teras@iki.fi>
Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2010-04-19 13:15:55 +00:00

25 lines
659 B
Bash

# DNSCACHE configuration variables:
# IPSEND - ip address to use for requests use 0.0.0.0 for default route
IPSEND=0.0.0.0
# CACHESIZE - Num bytes to use for the cache
CACHESIZE=1000000
# IP - IP addr to listen on
IP=127.0.0.1
#------------------------------------------------------------------------
# The following are flags. Setting them to ANY value
# (even "false" or "off") will turn the feature on.
#------------------------------------------------------------------------
# HIDETTL - always return TTL as 0
#HIDETTL=
# FORWARDONLY - servers/@ are parent caches, not root servers
#FORWARDONLY=
# UPDATEHINTS - refresh zone hints
UPDATEHINTS=1