Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 549 Bytes

A high performance DNS server built in Rust. Designed to be simple for end users.

This DNS server is largely incomplete, features are being worked on.

Features

  • Read DNS packets from clients
  • Write DNS responses to clients
  • Recursive lookup
  • DNS record caching
  • DNS over TLS
  • DNS over HTTPS
  • DNS over QUIC
  • QOL/other features

Contributing

For minor changes such as typos, please open an issue instead of a pull request. For all other changes, please open a pull request.

Thats it for now 👍!