options {
directory "/var/named";
auth-nxdomain no;
allow-query{
127.0.0.0/8;
10.0.0.0/8;
172.16.0.0/12;
192.168.0.0/16;
202.26.144.0/20;
};
allow-transfer { none ;};
//listen-on-v6 { any; };
forwarders{ 202.26.144.11;};
forward first;
};
.....
.....
// NSL
zone "nsl.tuis.ac.jp" IN {
type master;
file "nsl.zone";
allow-query { any ;};
};
.....
.....
acl tuisnet{
127.0.0.0/8;
10.0.0.0/8;
172.16.0.0/12;
192.168.0.0/16;
202.26.144.0/20;
};
options {
directory "/var/named";
auth-nxdomain no;
allow-query{ any; };
// listen-on-v6 { any; };
// recursion no;
allow-transfer { none; };
allow-recursion { tuisnet; };
additional-from-cache no;
forwarders{ 202.26.144.12;};
forward first;
};
.....
.....
// NSL
zone "nsl.tuis.ac.jp" IN {
type master;
file "nsl.zone";
};