This commit is contained in:
Frank Denis 2018-04-03 17:59:15 +02:00
parent f0a690701d
commit 869d44c30e
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,8 @@ A flexible DNS proxy, with support for modern encrypted DNS protocols such as [D
## Features
* DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) and DNSCrypt.
* DNSSEC compatible
* DNS query monitoring, with separate log files for regular and suspicious queries
* Pattern-based local blocking of DNS names and IP addresses
* 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
@ -27,6 +26,7 @@ A flexible DNS proxy, with support for modern encrypted DNS protocols such as [D
* 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. This can be used for local development as well as to enforce safe search results on Google, Yahoo and Bing.
* Automatic background updates of resolvers lists
* Can force outgoing connections to use TCP; useful with tunnels such as Tor.
* Compatible with DNSSEC
It includes all the major features from dnscrypt-proxy 1.9.5, with improved reliability, flexibility, usability and performance.