Linux服务器中的DNS安全保障10大技巧

[09-07 21:06:44]   来源:http://www.88dzw.com  服务器维修   阅读:8541

文章摘要:type master; file "example.com.hosts.internal";};};view "external" { match-clients { any; }; // 匹配 Internet 客户的访问recursion no; // 对 Internet 客户不允许执行递归查询 zone "example.com" { // 定义 Internet 客户可见的区声明

Linux服务器中的DNS安全保障10大技巧,标签:服务器故障解决,http://www.88dzw.com

type master;     file "example.com.hosts.internal";

};

};

view  "external" {   match-clients { any; };                

// 匹配 Internet 客户的访问
recursion no;                            

// 对 Internet 客户不允许执行递归查询   zone "example.com" {                  

// 定义 Internet 客户可见的区声明      type master;

file "example.com.hosts.external";   };

};

上一页  [1] [2] 


Tag:服务器维修服务器故障解决电脑技术 - 硬件维修 - 服务器维修