diff options
author | Timo Teras <timo.teras@iki.fi> | 2010-04-19 11:24:45 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-04-19 13:15:55 +0000 |
commit | fbea38f9a65456f1e7e08630201c5e8caea72ed2 (patch) | |
tree | 4720e07f647ded89ec9b7c384c67376eeb119e97 /main/djbdns/dnscache.confd | |
parent | 236a35ddd6048ddff7f05c47777840973141369d (diff) | |
download | aports-fbea38f9a65456f1e7e08630201c5e8caea72ed2.tar.bz2 aports-fbea38f9a65456f1e7e08630201c5e8caea72ed2.tar.xz |
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>
Diffstat (limited to 'main/djbdns/dnscache.confd')
-rw-r--r-- | main/djbdns/dnscache.confd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/djbdns/dnscache.confd b/main/djbdns/dnscache.confd index f456bf8db9..e5312812cd 100644 --- a/main/djbdns/dnscache.confd +++ b/main/djbdns/dnscache.confd @@ -20,4 +20,6 @@ IP=127.0.0.1 # FORWARDONLY - servers/@ are parent caches, not root servers #FORWARDONLY= +# UPDATEHINTS - refresh zone hints +UPDATEHINTS=1 |