Un cache-proxy DNS con supporto a DoH, DNSCrypt e Anonymized DNSCrypt https://dnscrypt.info/
Go to file
Frank Denis 438ade6f88 Rename logo.svg 2018-07-02 00:38:22 +02:00
dnscrypt-proxy Automatically restart after unexpected errors 2018-07-01 23:06:28 +02:00
utils/generate-domains-blacklists Added link to RU AdList (supplement for EasyList) (#424) 2018-05-03 08:19:20 +02:00
vendor Deps update 2018-06-26 15:40:08 +02:00
windows New Windows batch files by @Tremerix 2018-04-27 00:19:26 +02:00
.gitignore Reorganize .gitignore 2018-01-17 17:40:37 +01:00
.travis.yml Use Go 1.10.3 2018-06-08 16:02:53 +02:00
ChangeLog Bump 2018-06-06 16:14:31 +02:00
Gopkg.lock Deps update 2018-06-26 15:40:08 +02:00
Gopkg.toml Deps update 2018-05-31 19:08:31 +02:00
LICENSE ISC license 2018-01-13 00:22:21 +01:00
README.md Draft 11 2018-06-18 18:55:44 +02:00
dnscrypt-logo.svg Rename logo.svg 2018-07-02 00:38:22 +02:00
logo.png Replace logo 2018-07-02 00:37:15 +02:00

README.md

Build Status

dnscrypt-proxy 2

A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS.

dnscrypt-proxy 2.0.15 final is available for download!

Features

  • DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) and DNSCrypt.
  • 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. 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.

Pre-built binaries

Up-to-date, pre-built binaries are available for:

  • Android/arm
  • Android/arm64
  • Android/x86
  • Android/x86_64
  • Dragonfly BSD
  • FreeBSD/arm
  • FreeBSD/x86
  • FreeBSD/x86_64
  • Linux/arm
  • Linux/arm64
  • Linux/mips
  • Linux/mipsle
  • Linux/mips64
  • Linux/mips64le
  • Linux/x86
  • Linux/x86_64
  • MacOS X
  • NetBSD/x86
  • NetBSD/x86_64
  • OpenBSD/x86
  • OpenBSD/x86_64
  • Windows
  • Windows 64 bit

How to use these files, as well as how to verify their signatures, are documented in the installation instructions.