CENTOS7 DNS 代理设置

// This settings is only for forwarding DNS Server
options {
pid-file “/var/run/named/named.pid”;
//我这里设定 pid-file !这个时候,
//请特别留意该路径的所有人 ( owner )
//一定是要 named 这个人才行!
forward first;
//只允许 forward!
forwarders {
211.142.236.87;
114.114.114.114;
};
max-cache-size 8M;
};