Skip to content

manuraj17/tdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDNS

A toy dns client implementation for learning purposes. This is based on the "implement dns over a weekend" by Julia Evans.

Reference

Usage

Compile

cargo build

Running the program

Pattern: <executable> <domain-name>

❯ ./target/debug/tdns google.com
Querying 198.41.0.4:53 for google.com
Querying 192.12.94.30:53 for google.com
Querying 216.239.34.10:53 for google.com
IP: "142.250.182.78"

About

A toy DNS resolver program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages