Difference between revisions of "Korban: Install bind"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 6: | Line 6: | ||
/etc/init.d/bind9 restart | /etc/init.d/bind9 restart | ||
| + | |||
| + | |||
| + | ==Konfigurasi== | ||
| + | |||
| + | Edit | ||
| + | |||
| + | vi /etc/bind/named.conf.options | ||
| + | |||
| + | options { | ||
| + | directory "/var/cache/bind"; | ||
| + | recursion yes; | ||
| + | allow-recursion { any; }; | ||
| + | allow-query { any; }; | ||
| + | allow-query-cache { any; }; | ||
| + | }; | ||
Revision as of 09:39, 31 May 2017
Install
sudo apt-get install dnsutils bind9
Restart
/etc/init.d/bind9 restart
Konfigurasi
Edit
vi /etc/bind/named.conf.options
options {
directory "/var/cache/bind";
recursion yes;
allow-recursion { any; };
allow-query { any; };
allow-query-cache { any; };
};