Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DNS Resolver

Following the Build Your Own DNS Resolver challenge.

How to run

Compile the project with bazel build ... and run with bazel run //src/main:main <hostname>.

Running tests

Run tests with bazel test --test_output=all //tests:test.