From cebd193c5296ab757f62eef40db2f72ab89baad3 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sat, 21 Mar 2020 16:26:46 -0400 Subject: [PATCH] Add `dnscrypt-proxy`, a torifiable DNS, DoT, DoH, and DNSCrypt v2 proxy. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4095757..f945d71 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ # Tunneling tools +- [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) - DNS proxy server supporting arbitrary DNS, DNSCrypt v2, DNS-over-TLS, and DNS-over-HTTPS queries that can be torified with a two-line configuration change (`force_tcp = true` and `proxy = socks5://127.0.0.1:9050` or similar). - [tor_ssh.sh](https://gitlab.com/grownetics/devops/blob/master/tor_ssh.sh) - One command to enable SSH access via Tor to any server. - [Torsocks](https://www.torproject.org/getinvolved/volunteer.html.en#project-torsocks) - Utility for adapting other applications to work with Tor. - [tun2tor](https://github.com/iCepa/tun2tor) - Rust library to provide a virtual `utun` (userspace tunnel) interface to Tor.