BIND cache-only

运行

 

yum search bind 

yum install bind.x86_64 bind-devel.x86_64 -y

vim /etc/named.conf

options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
version "4.9.11";
forward only;
forwarders {
61.144.56.101;
202.96.128.68;
};
};
include "/etc/rndc.key";   

 

posted @ 2014-11-08 10:08  豆豆十号  阅读(235)  评论(0)    收藏  举报