Un cache-proxy DNS con supporto a DoH, DNSCrypt e Anonymized DNSCrypt https://dnscrypt.info/
Go to file
Frank Denis 4f3aee87dd Binaries for the post-quantum version are not built 2018-02-13 16:57:44 +01:00
dnscrypt-proxy Some fixes for SIDH 2018-02-13 16:57:38 +01:00
systemd Update systemd service to pull nss-lookup.target in. 2018-02-02 15:51:38 +01:00
utils/generate-domains-blacklists Bump the default timeout up 2018-02-11 20:51:48 +01:00
vendor post-quantum branch 2018-02-13 16:53:41 +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 Remove Solaris test builds 2018-02-07 23:37:56 +01:00
Gopkg.lock post-quantum branch 2018-02-13 16:53:41 +01:00
Gopkg.toml post-quantum branch 2018-02-13 16:53:41 +01:00
LICENSE ISC license 2018-01-13 00:22:21 +01:00
README.md Binaries for the post-quantum version are not built 2018-02-13 16:57:44 +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.

EXPERIMENTAL POST-QUANTUM BRANCH

This branch implements an experimental version of the DNSCrypt protocol that adds support for post-quantum key exchange using Supersingular isogeny DiffieHellman.

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.