Korban: Install bind
From OnnoWiki
Revision as of 10:40, 1 February 2018 by Onnowpurbo (talk | contribs)
Install
sudo apt -y 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; }; };