In the 04-dns lesson you learned dns-resolution from the
client side: resolv.conf, dig, getent. Here is the other side, the
DNS server itself. You take BIND9 (the historical DNS reference
server) and bring up the whole example.lab zone. An overview of the
server, the record types, and configuration is in bind-dns-server.
The sandbox runs named on port 5353 (not 53), because 53 is a privileged port and root is not needed here.