In this challenge, you'll build a DNS server that's capable of responding to basic DNS queries. Along the way we'll learn about the DNS protocol, DNS packet format, forwarding servers, A record types, UDP and more.
In this stage, we'll start a UDP server on port 2053.
In this stage, we'll write a DNS packet's header contents