Difference between revisions of "BIND: Cache Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Edit cd /etc/bind sudo vi named.conf.options options { directory "/var/cache/bind"; dnssec-validation auto; auth-nxdomain no; # confor...") |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | Untuk mengaktifkan DNS Cache Server | ||
| + | |||
Edit | Edit | ||
cd /etc/bind | cd /etc/bind | ||
| − | |||
sudo vi named.conf.options | sudo vi named.conf.options | ||
Latest 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; };
};