# Unbound Caching DNS that uses the roots instead of ISP/other DNS servers ## Inspiration / Further Reading - [https://wiki.archlinux.org/index.php/Unbound](https://wiki.archlinux.org/index.php/Unbound) ## Install / Base Setup ``` bash apt update apt install unbound unbound-host mkdir /etc/unbound/local_zone curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache cat > /etc/unbound/root.key < /etc/unbound/unbound.conf < /etc/systemd/system/roothints.service < /etc/systemd/system/roothints.timer < /etc/systemd/system/unbound.service.d/00-after-docker.conf <