Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 654 Bytes

DNS forwarder

This is the DNS forwarder implementation for John Crickett Coding Challenge #44 - DNS Forwarder

Compilation

⚠️⚠️ Only works in Linux!

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 or ninja

Compile using cmake:

mkdir build
cd build
cmake ..
make

Usage

Compiled binary is placed in the ./bin directory

From the project root directory, just run ./bin/dns