host,nslookup,dig 工具安装
DNS-测试工具
在centos7.9 中 安装bind后发现缺少,检测工具
工具包安装:
1 [root@server]# yum install -y bind-utils
安装后再次查询,发现已经安装成功了
1 [root@server]# rpm -qa | grep bind-utils 2 bind-utils-9.11.4-26.P2.el7_9.9.x86_64
本文来自博客园,作者:xiao智,转载请注明原文链接:https://www.cnblogs.com/yuwen01/p/16187883.html