Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drakota/dns-rs
- Owner: Drakota
- Created: 2021-06-28T05:04:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T02:29:01.000Z (over 3 years ago)
- Last Synced: 2024-11-12T14:53:49.565Z (3 months ago)
- Topics: dns, network-programming, parser, protocol, rust
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|