apt-get install bind9 dnsutils bind9-doc && vim /etc/bind/named.conf.options
forwarders {
192.168.1.1;
8.8.8.8;
};
/etc/init.d/bind9 restart
适用于ubuntu 15.10
forwarders {
192.168.1.1;
8.8.8.8;
};
/etc/init.d/bind9 restart
适用于ubuntu 15.10
Ubuntu 15.10 DNS 配置教程
本文介绍如何在 Ubuntu 15.10 上安装并配置 Bind9 DNS 服务器,包括安装必备组件、编辑配置文件以及重启服务等步骤。
717
1802
5714

被折叠的 条评论
为什么被折叠?