ubuntu 13.04 配置轉發dns服務器
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
posted on 2013-05-06 09:55 AlanTop 閱讀(925) 評論(1) 編輯 收藏 引用 所屬分類: ubuntu