//acl cnc_allow_host{ // 192.168.1.102; //}; include "/var/named/cnc_allow_host.conf"; view "cnc_ww"{ match-clients{cnc_allow_host;}; Zone "baidu.com" { type Master; file "named.baidu.com"; //notify yes; allow-transfer{192.168.1.201;}; //also-notify{192.168.1.201;}; }; Zone "1.168.192.in-addr.arpa" { type Master; file "name.192.168.1"; allow-transfer{192.168.1.201;}; }; }; view "other_ww"{ match-clients{any;}; Zone "baidu.com" { type Master; file "named.baidu.com"; //notify yes; allow-transfer{192.168.1.201;}; //also-notify{192.168.1.201;}; }; Zone "1.168.192.in-addr.arpa" { type Master; file "name.192.168.1"; allow-transfer{192.168.1.201;}; }; };
每啥说的...