NAME

Global::install_dnscache - Configure named to be a dns-cache.


SYNOPSIS

Add Global::install_dnscache to your custom.conf and set the DNS_SERVERS variable


DESCRIPTION

This customize module checks for the DNS_SERVERS variable and then configures /etc/named.conf (or named.boot if OS < 5.7 ) to be a cacheing server which forwards all requests to the nameservers in the DNS_SERVERS variable.

The update_resolver module will take care of setting localhost to first nameserver so you have to run this module before update_resolver.


SUPPORTED OPERATING SYSTEMS

Solaris


COPYRIGHT

Copyright (c) 2001 Ericsson Erisoft AB. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Joacim Häggmark <Joacim.Haggmark@epl.ericsson.se>