diff --git a/README.md b/README.md index 757d2bd..7335a24 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,35 @@ # DNSCrypt Proxy 2 for Android | privacy oriented -A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) and [DNS-over-HTTP/2](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-03). +A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol), [DNS-over-HTTPS](https://www.rfc-editor.org/rfc/rfc8484.txt) and [Anonymized DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt). ## Features -- arm, arm64, x86 and x86_64 are supported. -- IPv4 and IPv6 are supported. +- DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) using TLS 1.3, DNSCrypt and Anonymized DNS. +- DNS query monitoring, with separate log files for regular and suspicious queries +- Filtering: block ads, malware, and other unwanted content. Compatible with all DNS services +- Time-based filtering, with a flexible weekly schedule +- Transparent redirection of specific domains to specific resolvers +- DNS caching, to reduce latency and improve privacy +- Local IPv6 blocking to reduce latency on IPv4-only networks +- Load balancing: pick a set of resolvers, dnscrypt-proxy will automatically measure and keep track of their speed, and balance the traffic across the fastest available ones. +- Cloaking: like a `HOSTS` file on steroids, that can return preconfigured addresses for specific names, or resolve and return the IP address of other names. +- Automatic background updates of resolvers lists +- Can force outgoing connections to use TCP +- Supports SOCKS proxies +- Compatible with DNSSEC - All binary files are downloaded from [https://github.com/jedisct1/dnscrypt-proxy/releases](https://github.com/jedisct1/dnscrypt-proxy/releases) +## Pre-built binaries + +Up-to-date, pre-built binaries are available for: + +- Android/arm +- Android/arm64 +- Android/x86 +- Android/x86_64 + + ## Differences between default DNSCrypt Proxy project #### CONFIG. FILE: *(dnscrypt-proxy.toml)*