摘要: 安装: yum -y install bind* 编辑named.conf vim /etc/named.conf options { listen-on port 53 { any; }; listen-on-v6 port 53 { ::1; }; directory "/var/named"; 阅读全文
posted @ 2019-03-22 16:21 什么都不会的小郭 阅读(1880) 评论(0) 推荐(0) 编辑