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.
encrypted-dns-server/README.md

22 lines
799 B
Markdown

5 years ago
# Encrypted DNS Server
5 years ago
5 years ago
A new server-side proxy for encrypted DNS, written in Rust, supporting:
5 years ago
5 years ago
- [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt)
- [Anonymized DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt)
5 years ago
- DNS-over-HTTP (DoH)
5 years ago
Distinctive features:
- Trivial to set up. Keys, certificates and stamps are automatically created and renewed without requiring any external scripts.
- Keys can be imported from `dnscrypt-wrapper`.
5 years ago
- 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 ***