Skip to content

mdhvg/dns-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple DNS forwarder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published