trust-dns Build Status

A Rust based DNS client and server, built to be safe and secure from the ground up.

Goals

Status:

WARNING!!! Under active development!

The client now supports timeouts (thanks mio!). Currently hardcoded to 5 seconds, I'll make this configurable if people ask for that, but this allows me to move on.

The server code is complete, the daemon currently only supports IPv4. Master file parsing is complete and supported.

RFC's implemented

RFC's in progress or not yet implemented

Usage

TBD

FAQ

Because I've gotten tired of seeing the security advisories out there for BIND. Using Rust semantics it should be possible to develop a high performance and safe DNS Server that is more resilient to attacks.