This is the DNS forwarder implementation for John Crickett Coding Challenge #44 - DNS Forwarder
Clone this repo and cd into the project root directory:
git clone https://github.com/mdhvg/dns-forwarder.git
cd dns-forwarderIt requires no other dependencies except build tools:
cmakemakeorninja
Compile using cmake:
mkdir build
cd build
cmake ..
makeCompiled binary is placed in the ./bin directory
From the project root directory, just run ./bin/dns