From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/djbdns/dnscache.confd | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 main/djbdns/dnscache.confd (limited to 'main/djbdns/dnscache.confd') diff --git a/main/djbdns/dnscache.confd b/main/djbdns/dnscache.confd new file mode 100644 index 0000000000..f456bf8db9 --- /dev/null +++ b/main/djbdns/dnscache.confd @@ -0,0 +1,23 @@ +# 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= + + -- cgit v1.2.3