https://github.com/wintercore/rustdns
https://github.com/wintercore/rustdns
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/rustdns
- Owner: WinterCore
- License: mit
- Created: 2024-01-13T07:06:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T13:07:10.000Z (over 2 years ago)
- Last Synced: 2025-02-14T20:31:24.825Z (over 1 year ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RustDNS
DNS client/server implementation in Rust
The goal of this project is for me to learn more about how DNS works and improve my rust knowledge.
## How to run locally
1. Install [Rust](https://www.rust-lang.org/tools/install)
2. Clone this repo `git clone git@github.com:WinterCore/rustdns.git`
3. Run `cargo run` at the root folder of the project.
To run the tests run `cargo test`