Unbound salah satu DNS resolver yang bisa digunakan dan sangat mudah dalam konfigurasinya.
Install Unbound
# debian apt-get install unbound -y # centos yum install unbound -y
Edit Unbound config
Buka file tambahkan paling bawah
hide-identity: yes hide-version: yes use-caps-for-id: yes do-ip4: yes do-ip6: no
Buka file /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf ubah
auto-trust-anchor-file: "/var/lib/unbound/root.key"
menjadi
#auto-trust-anchor-file: "/var/lib/unbound/root.key"
Restart Unbound
service unbound restart
# atau
systemctl restart unbound