Difference between revisions of "BIND: Cache Server"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Edit cd /etc/bind sudo vi named.conf.options options { directory "/var/cache/bind"; dnssec-validation auto; auth-nxdomain no; # confor...")
 
Line 1: Line 1:
 +
Untuk mengaktifkan DNS Cache Server
 +
 
Edit
 
Edit
  

Revision as of 05:09, 21 April 2020

Untuk mengaktifkan DNS Cache Server

Edit

cd /etc/bind
sudo vi named.conf.options
options {
        directory "/var/cache/bind";

        dnssec-validation auto; 

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };
};


Pranala Menarik