# dnscrypt-proxy **Repository Path**: mirrors_cofyc/dnscrypt-proxy ## Basic Information - **Project Name**: dnscrypt-proxy - **Description**: A tool for securing communications between a client and a DNS resolver - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/jedisct1/dnscrypt-proxy.png?branch=master)](https://travis-ci.org/jedisct1/dnscrypt-proxy?branch=master) [![DNSCrypt](https://raw.github.com/jedisct1/dnscrypt-proxy/master/dnscrypt-small.png)](https://dnscrypt.org) ============ DNSCrypt is a protocol for securing communications between a client and a DNS resolver, using high-speed high-security elliptic-curve cryptography. While not providing end-to-end security, it protects the local network, which is often the weakest point of the chain, against man-in-the-middle attacks. `dnscrypt-proxy` is a client-implementation of the protocol. It requires a [DNSCrypt server](https://www.dnscrypt.org/#dnscrypt-server) on the other end. Online documentation -------------------- * [dnscrypt-proxy documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/) * [dnscrypt website](https://dnscrypt.org). Download and integrity check ---------------------------- dnscrypt-proxy can be downloaded here: [dnscrypt-proxy download](https://download.dnscrypt.org/dnscrypt-proxy/). Signatures can be verified with [Minisign](https://jedisct1.github.io/minisign/): $ minisign -VP RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3 -m dnscrypt-proxy-1.9.5.tar.bz2 Plugins ------- Aside from implementing the protocol, dnscrypt-proxy can be extended with plug-ins, and gives a lot of control on the local DNS traffic: - Review the DNS traffic originating from your network in real time, and detect compromised hosts and applications phoning home. - Locally block ads, trackers, malware, spam, and any website whose domain names or IP addresses match a set of rules you define. - Prevent queries for local zones from being leaked. - Reduce latency by caching resposes and avoiding requesting IPv6 addresses on IPv4-only networks. - Force traffic to use TCP, to route it through TCP-only tunnels or Tor. List of public resolvers ------------------------ The list of known public DNS resolvers supporting the DNSCrypt protocol can be downloaded here: [DNSCrypt resolvers](https://download.dnscrypt.org/dnscrypt-proxy/) If you want yours to be added to that list, or to report issues with some current entries, please send a pull request or open a ticket in the [dnscrypt-resolvers](https://github.com/dnscrypt/dnscrypt-resolvers) repository. DNSCrypt protocol description ----------------------------- The protocol is specified here: [DNSCrypt protocol](https://github.com/dnscrypt/dnscrypt-protocol)