配置文件
options {
directory "/var/cache/bind";
forward first;//转发优先
forwarders {
211.82.239.98;
202.99.160.68;
114.114.114.114;
8.8.8.8;
};
allow-query {any;};
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
};
© 著作权归作者所有