Skip to content

da0p/dns_resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS resolver

Build Status

Resolving a host name following RFC-1035

Installation

  • Download or clone the project
  • In the project directory, run
cargo build
  • In order to resolve a host name, run
cargo run -- HOST_NAME
  • In order to run the test
cargo test

Note

This project is built based on the Coding Challenge proposed by John Cricket.

About

A basic dns resolver client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages