Cache Only BIND
INSTALLING BIND
######## ON Cent OS 7##################
yum install bind bind-utils bind-chroot
systemctl enable named
systemctl start named
#change lines as following
listen-on port 53 {any;};
listen-on-v6 port 53 {none;};
allow-query {any;};
#after configuring
named-checkconf
systemctl reload named
###### ON Ubuntu 20.04 ################
apt-get update && apt-get install bind9 bind9-utils
systemctl enable named
systemctl start named
Last updated on 26 Oct 2019
Published on 23 Nov 2018