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) |
||
| 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; };
};