摘要: Ubuntu部署DNS服务器 Bind服务 1. 安装服务 apt install -y bind9 2. 配置定义域文件 vim /etc/bind/named.conf.default-zones ''' zone "con.org" { type master; file "/etc/bind/db.con.org"; } 阅读全文
posted @ 2022-10-08 11:28 A57 阅读(783) 评论(1) 推荐(0)