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-forwarder
It requires no other dependencies except build tools:
cmake
make
orninja
Compile using cmake:
mkdir build
cd build
cmake ..
make
Compiled binary is placed in the ./bin
directory
From the project root directory, just run ./bin/dns