dnscrypt-proxy/README.md

61 lines
2.6 KiB
Markdown
Raw Normal View History

2018-01-10 23:41:33 +01:00
[![Build Status](https://travis-ci.org/jedisct1/dnscrypt-proxy.svg?branch=master)](https://travis-ci.org/jedisct1/dnscrypt-proxy?branch=master)
2018-07-02 00:40:48 +02:00
# ![dnscrypt-proxy 2](https://raw.github.com/jedisct1/dnscrypt-proxy/master/logo.png?3)
2018-01-10 20:17:46 +01:00
2018-10-21 13:35:55 +02:00
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTPS](https://www.rfc-editor.org/rfc/rfc8484.txt).
2018-01-10 20:17:46 +01:00
2018-11-22 17:26:48 +01:00
## [dnscrypt-proxy 2.0.19 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
2018-01-14 00:51:07 +01:00
2018-04-01 17:19:39 +02:00
* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) This project's documentation (Wiki)
2018-04-01 17:13:53 +02:00
* [DNSCrypt project home page](https://dnscrypt.info/)
* [DNS-over-HTTPS and DNSCrypt resolvers](https://dnscrypt.info/public-servers)
2018-04-01 17:13:53 +02:00
* [Server and client implementations](https://dnscrypt.info/implementations)
* [DNS stamps](https://dnscrypt.info/stamps)
2018-04-01 17:14:44 +02:00
* [FAQ](https://dnscrypt.info/faq)
2018-04-01 17:13:53 +02:00
## Features
2018-11-15 18:54:12 +01:00
* DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) using TLS 1.3, and DNSCrypt.
* DNS query monitoring, with separate log files for regular and suspicious queries
2018-04-03 17:59:15 +02:00
* 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
* Supports SOCKS proxies
2018-04-03 17:59:15 +02:00
* Compatible with DNSSEC
2018-01-14 00:53:05 +01:00
## Pre-built binaries
2018-01-10 22:32:41 +01:00
Up-to-date, pre-built binaries are available for:
2018-02-23 02:09:28 +01:00
* Android/arm
* Android/arm64
* Android/x86
* Android/x86_64
2018-01-10 22:32:41 +01:00
* Dragonfly BSD
* FreeBSD/arm
2018-01-10 22:32:41 +01:00
* FreeBSD/x86
* FreeBSD/x86_64
* Linux/arm
* Linux/arm64
* Linux/mips
2018-01-27 18:26:07 +01:00
* Linux/mipsle
* Linux/mips64
* Linux/mips64le
2018-01-10 22:32:41 +01:00
* 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](https://github.com/jedisct1/dnscrypt-proxy/wiki/installation).