Skip to content
/ denis Public

A challenge to impl a DNS resolver with a few RFCs and documentation cached my cargo while offline on vacation.

Notifications You must be signed in to change notification settings

film42/denis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DENIS

I'm trying to take some time on vacation to learn how to make a round trip DNS request using some cached RFCs I saved before turning my wifi off. My vacation spot has some internet but my laptop will only be able to connect to the gateway which of course has a DNS server, so I will be testing against it.

Running

cargo run -- MX google.com

It can handle the following response types: A, AAAA, MX, SOA. New types are very easy to add.

About

A challenge to impl a DNS resolver with a few RFCs and documentation cached my cargo while offline on vacation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages