Un cache-proxy DNS con supporto a DoH, DNSCrypt e Anonymized DNSCrypt https://dnscrypt.info/
Go to file
Frank Denis 90dd1462b5 Bump 2018-02-23 02:18:47 +01:00
dnscrypt-proxy Bump 2018-02-22 23:55:03 +01:00
systemd Update systemd service to pull nss-lookup.target in. 2018-02-02 15:51:38 +01:00
utils/generate-domains-blacklists Minor changes for clarity 2018-02-19 16:38:06 +01:00
vendor Update deps, not changes besides comments 2018-02-19 18:51:31 +01:00
windows +x 2018-01-25 15:56:28 +01:00
.gitignore Reorganize .gitignore 2018-01-17 17:40:37 +01:00
.travis.yml The trick to make Travis use Go 1.10 is to use quotes :) 2018-02-23 02:05:54 +01:00
ChangeLog Bump 2018-02-23 02:18:47 +01:00
Gopkg.lock Update deps, not changes besides comments 2018-02-19 18:51:31 +01:00
Gopkg.toml Update deps, include cachecontrol 2018-02-04 13:48:40 +01:00
LICENSE ISC license 2018-01-13 00:22:21 +01:00
README.md Bump 2018-02-23 02:18:47 +01: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/2.

dnscrypt-proxy 2.0.3 final is available for download!

Documentation

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
  • 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.

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/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