You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Frank Denis e681e43070 ADd a key cache and improve logging 5 years ago
src ADd a key cache and improve logging 5 years ago
.gitignore Update .gitignore 5 years ago
Cargo.toml Nits 5 years ago
LICENSE Initial commit 5 years ago
README.md up 5 years ago
encrypted-dns.toml ADd a key cache and improve logging 5 years ago

README.md

Encrypted DNS Server

A new server-side proxy for encrypted DNS, written in Rust, supporting:

Distinctive features:

  • Trivial to set up. Keys, certificates and stamps are automatically created and renewed without requiring any external scripts.
  • Serve all protocols on the same IP and port. Yes, you can serve both DNSCrypt and DoH on port 443.
  • Caching.
  • Anonymized DNSCrypt.
  • Rate limiting.
  • Prometheus metrics.
  • Local filtering.
  • Windows support.

*** This is a work in progress - Nothing to see yet ***