FWQ
Bind的安装与详细配置
BInd的官方网站:https://www.isc.org/downloads/ 官方文档:http://ftp.isc.org/isc/bind9/9.11.0-P3/doc/arm/Bv9ARM.pdf 一、源码安装 下载:bind-9.11.0-P3.tar.gz # tar xzf bind-9.11.0-P3.tar.gz # ./configure --prefix=/usr/local/named --enable-threads --enable-epoll --disable-openssl-version-check # ./configure --help,可以看到有很多的配置选项 # make # make install #为了命令方便 # vim /etc/profile export…