Un cache-proxy DNS con supporto a DoH, DNSCrypt e Anonymized DNSCrypt https://dnscrypt.info/
Go to file
Frank Denis e2dd9c97a2 Remove b2
Fixes #347
2018-04-11 14:05:16 +02:00
dnscrypt-proxy Remove b2 2018-04-11 14:05:16 +02:00
systemd Do not assume that the kernel supports IPv6 2018-03-29 16:30:35 +02:00
utils/generate-domains-blacklists Add liveinternet.ru to the whitelist 2018-03-27 00:22:13 +02:00
vendor Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
windows Windows command scripts cleanup/ via @B00ze64 2018-04-11 12:27:53 +02:00
.gitignore Reorganize .gitignore 2018-01-17 17:40:37 +01:00
.travis.yml Avoid empty examples files 2018-04-11 14:03:25 +02:00
ChangeLog New beta 2018-04-09 13:27:02 +02:00
Gopkg.lock 2.0.9 2018-04-11 12:30:35 +02:00
Gopkg.toml Update deps 2018-04-07 17:14:53 +02:00
LICENSE ISC license 2018-01-13 00:22:21 +01:00
README.md 2.0.9 2018-04-11 12:30:35 +02:00
logo.png Recompress the logo 2018-02-03 12:15:24 +01: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-HTTP.

dnscrypt-proxy 2.0.9 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