All Projects → DNSCrypt → dnscrypt-proxy

DNSCrypt / dnscrypt-proxy

Licence: ISC license
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to dnscrypt-proxy

doh-server
Fast, mature, secure DoH and ODoH server proxy written in Rust. Previously known as doh-proxy and rust-doh.
Stars: ✭ 526 (-94.28%)
Mutual labels:  dnscrypt, doh, dnscrypt-proxy, odoh, oblivious-dns-over-https
luci-app-dnscrypt-proxy2
LuCI support for dnscrypt-proxy version2 https://github.com/DNSCrypt/dnscrypt-proxy
Stars: ✭ 25 (-99.73%)
Mutual labels:  dnscrypt, dns-over-https, doh, dnscrypt-proxy2
encrypted-dns-server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 566 (-93.85%)
Mutual labels:  dnscrypt, doh, anonymized
q
A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.
Stars: ✭ 453 (-95.08%)
Mutual labels:  dns-over-https, doh, oblivious-dns-over-https
Simplednscrypt
A simple management tool for dnscrypt-proxy
Stars: ✭ 1,901 (-79.33%)
Mutual labels:  dnscrypt, dnscrypt-proxy, dnscrypt-proxy2
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (-80.98%)
Mutual labels:  dnscrypt, dnscrypt-proxy, dnscrypt-proxy2
bitbar-dnscrypt-proxy-switcher
BitBar plugin to control dnscrypt-proxy usage
Stars: ✭ 147 (-98.4%)
Mutual labels:  dnscrypt, dnscrypt-proxy, dnscrypt-proxy2
dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (-99.58%)
Mutual labels:  dnscrypt, dns-over-https, doh
DNS-over-HTTPS
An implementation of RFC 8484 - DNS Queries over HTTPS (DoH).
Stars: ✭ 27 (-99.71%)
Mutual labels:  dns-over-https, doh
harddns
RFC8484 and DoH/JSON resolver
Stars: ✭ 35 (-99.62%)
Mutual labels:  dns-over-https, doh
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (-97.52%)
Mutual labels:  dns-over-https, doh
powerdns
PowerDNS dnsdist, recursor, authoritative, and admin interface. Supports DNSCrypt, DoH, and DoT.
Stars: ✭ 35 (-99.62%)
Mutual labels:  dnscrypt, dns-over-https
Wireguard-DNScrypt-VPN-Server
Fast setup wireguard server script, with dnscrypt and adblocking, maleware blocking, more blocking if you need. Use case eg. always on vpn and adblocking on ios or android, and be more secured in unknown networks.
Stars: ✭ 48 (-99.48%)
Mutual labels:  dnscrypt, anonymized-dns
Smartdns
A local DNS server to obtain the fastest website IP for the best Internet experience, 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验。
Stars: ✭ 4,333 (-52.89%)
Mutual labels:  dns-over-https, doh
ansible-cloudflared
Install cloudflared and systemd service for DNS-Over-HTTPS
Stars: ✭ 18 (-99.8%)
Mutual labels:  dns-over-https, doh
docker-dns-ad-blocker
A lightweight dnsmasq DNS server to block traffic to known ad servers with optional DNSCrypt support. Supports x86_64 and Raspberry Pi (armhf).
Stars: ✭ 78 (-99.15%)
Mutual labels:  dnscrypt, dnscrypt-proxy
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (-99.23%)
Mutual labels:  dns-over-https, doh
dnsredir
Yet another seems better forward/proxy plugin for CoreDNS
Stars: ✭ 58 (-99.37%)
Mutual labels:  dns-over-https, doh
AdGuardHome
Network-wide ads & trackers blocking DNS server
Stars: ✭ 16,027 (+74.24%)
Mutual labels:  dnscrypt, dns-over-https
go-doh-client
A DNS over HTTPS client implementation written in Go
Stars: ✭ 45 (-99.51%)
Mutual labels:  dns-over-https, doh

dnscrypt-proxy 2

Financial Contributors on Open Collective DNSCrypt-Proxy Release Build Status CodeQL scan ShiftLeft Scan #dnscrypt-proxy:matrix.org

Overview

A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH).

Download the latest release

Available as source code and pre-built binaries for most operating systems and architectures (see below).

Features

  • DNS traffic encryption and authentication. Supports DNS-over-HTTPS (DoH) using TLS 1.3 and QUIC, DNSCrypt, Anonymized DNS and ODoH
  • Client IP addresses can be hidden using Tor, SOCKS proxies or Anonymized DNS relays
  • 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, DuckDuckGo and Bing
  • Automatic background updates of resolvers lists
  • Can force outgoing connections to use TCP
  • Compatible with DNSSEC
  • Includes a local DoH server in order to support ECH (ESNI)

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

How to use these files, as well as how to verify their signatures, are documented in the installation instructions.

Contributors

Code Contributors

This project exists thanks to all the people who contribute.

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].