基于linux的DNS高速缓存,DNS正向、反向、双向解析

#####DNS高速缓存### 1.服务端 yum  install bind -y   ###安装bind软件 rpm -qc bind           ###查看bind的配置文件是什么 主配置文件:vim /etc/named.conf 修改:第11行 listen-on port 53 {any;};      第17行 allow-query   {any;}; 第18行写入:for
相关文章
相关标签/搜索