apt-get install bind9 -y
apt-get install bind9-host dnsutils
ls -l /etc/bind
vim /etc/bind/name.conf.options
添加:allow-query { any; };
dnssec-validation no;
反注释
forwarders {
0.0.0.0;
};
修改为:
apt-get install bind9 -y
apt-get install bind9-host dnsutils
ls -l /etc/bind
vim /etc/bind/name.conf.options
添加:allow-query { any; };
dnssec-validation no;
反注释
forwarders {
0.0.0.0;
};
修改为: