A fast, lightweight, and customizable DNS server built in Rust 🦀. Designed for speed, simplicity, and extensibility, RustDNS gives you full control over your domain name resolution pipeline.
- Rust (version >= 1.70)
cargo
package manager
Clone the repository and build the project:
git clone https://github.com/yourusername/rustdns.git
cd rustdns
cargo build --release