DNS 關閉遞迴解析功能

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

DNS 關閉遞迴解析功能

文章 yehlu »

http://www.lijyyh.com/2012/07/dns-dns-s ... ement.html


vi /etc/bind/named.conf.options

代碼: 選擇全部

acl lan {192.168.1.0/24; 192.168.2.0/24;};

options {

allow-recursion{lan;};
recursion no;

}
回覆文章

回到「Linux」