How to Install unbound in Ubuntu 18.04



Install unbound by entering the following commands in the terminal:

sudo apt update
sudo apt install unbound

Description:

validating, recursive, caching DNS resolver

Unbound is a recursive-only caching DNS server which can perform DNSSEC validation of results. It implements only a minimal amount of authoritative service to prevent leakage to the root nameservers: forward lookups for localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by AS112. Stub and forward zones are supported. . This package contains the unbound daemon.

Homepage: https://www.unbound.net/

Version: 1.6.7-1ubuntu2

Section: universe/net