cache dns

Dave Peters gameslover987-/E1597aS9LQAvxtiuMwx3w at public.gmane.org
Mon Jul 27 09:48:19 EDT 2009


All,

I am new to BIND. I would like to make it works as a cache server. The details of my named.conf is shown below. What else is to be configured or modify in this named.conf?


// Red Hat BIND Configuration Tool
//
// Default initial "Caching Only" name server configuration
//

options {
        directory "/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
forward first;
forwarders {
4.4.4.4; (ISP primary DNS)
5.5.5.5; (ISP secondary DNS)
};
};

zone "." IN {
        type hint;
        file "named.root";
};

zone "localdomain." IN {
        type master;



Any help would be very helpful.

Thanks.

Dave



      





More information about the Discuss mailing list