DNS递归.note

noteId: WEB1e61f047494658de38ba939e926314f6 · 原始路径:/ALL/Linux - A模块/服务配置/DNS/DNS 配置/DNS递归.note · 图片:2 · 附件待处理:0

 
 
    1.
  1. DNS 的 named.conf.options 建议这样配置:
权威DNS(根DNS):
 
 
递归DNS:
 
allow-query:定义哪些网段能够向本机进行DNS查询
allow-query-cache:定义哪些网段能够访问本机的DNS缓存
recursion yes:开启递归解析(视情况开启或关闭)(递归决定是否使用根提示和转发器)
allow-recursion:定义哪些网段能够使用递归