2020年6月5日

关于 bind 和 dns(一)

摘要: 1、安装 yum install -y bind bind-utils 2、配置 1)/etc/named.conf 修改监听端口 listen-on port 53 { any; }; 2)/etc/named.rfc1912.zones 添加一个区域 zone "dns.xxxxxxx.com" 阅读全文

posted @ 2020-06-05 00:22 震撼起飞 阅读(285) 评论(0) 推荐(0)

导航