- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 DNS服务器详细搭建bind(避坑)
服务器操作系统X64 Red Hat 8.5.0-3 命令安装yum install -y bind bind-chroot bind-utils vi /etc/named.conf 在options{...}里面找到下列语句并按我的格式修改空格别漏 listen-on port 53 { any; }; listen-on-v6 port 53 { any; }; allow-query { any; }; #要转发的DNS服务器 这里就用来做上外网转发用的 forward first.
2021-12-18 15:56:41
1090
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人