Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drakota/dns-rs

🦀 DNS server made from scratch in Rust
https://github.com/drakota/dns-rs

dns network-programming parser protocol rust

Last synced: 22 days ago
JSON representation

🦀 DNS server made from scratch in Rust

Awesome Lists containing this project

README

        

# dns-rs


dns-rs is a small (and incomplete) DNS server and protocol parser made from scratch in Rust with the intent to learn the language.

## Crates
|Crate|Description|
|-|-|
|parser|DNS protocol parser library, used by the other crates|
|proxy|Proxy server which forwards queries to another caching server|
|server|Caching server holding DNS records implementing recursive lookups|