blob: e5312812cd2a48d16f6edb9a25c96261fc3727e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
|