# Install & configure unbound DNS server

Unbound is a full-fledge recursive DNS resolver. You should consider to not fetch from the root servers but [forward your requests to another Server via DoT](https://wiki.archlinux.org/title/Unbound#Forwarding_using_DNS_over_TLS). Bind unbound to 127.0.0.1 to avoid access from outside.

More information can be found in [ArchWiki](https://wiki.archlinux.org/title/Unbound).