Unbound¶

x86-64 ยท ๐ณ Docker ยท Documentation ยท http://<your.IP>:5335
Unbound is a high-performance, open-source DNS resolver. It primarily serves to resolve domain names into IP addresses for devices on a network. Unlike regular DNS servers, Unbound performs DNS lookups directly and securely, providing features like DNSSEC validation (ensuring data integrity) and privacy protections. It’s often used to improve speed, security, and privacy by resolving queries locally rather than relying on external DNS services.
Install from armbian-config โ Software โ DNS โ Unbound
| CLI install | |
|---|---|
- Default DNS port: 8053
- Install directory:
/armbian/unbound/ - Configuration directory:
/armbian/unbound/
| Bash | |
|---|---|
All armbian-config commands
| Action | Command |
|---|---|
| Install | armbian-config --api module_unbound install |
| Unbound remove | armbian-config --api module_unbound remove |
| Unbound purge with data folder | armbian-config --api module_unbound purge |
| Status | armbian-config --api module_unbound status |
| Help | armbian-config --api module_unbound help |
Part of Armbian’s Network-wide ad blockers servers software.