Code & Innovation: The Algonauti Engineering Journal

Where our developers write about the code they craft, the problems they solve, and the ideas that inspire them.


Running DNS locally for home network

DNS, or the Domain Name System, is an essential component of modern internet communication. It allows us to reference computers by names instead of IP addresses. we will discuss how to install and configure the Bind9 DNS server as authoritative-only DNS servers on Ubuntu 14.04 machines.

Salvatore Ferrucci