From beb002335f8c2f79797867fb04c95c134d90f231 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 23 Mar 2023 12:53:08 +0100 Subject: [PATCH] Add an example forwarding rule with Tor --- dnscrypt-proxy/example-forwarding-rules.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dnscrypt-proxy/example-forwarding-rules.txt b/dnscrypt-proxy/example-forwarding-rules.txt index 3b4b9dcb..7a018242 100644 --- a/dnscrypt-proxy/example-forwarding-rules.txt +++ b/dnscrypt-proxy/example-forwarding-rules.txt @@ -23,4 +23,11 @@ # 192.in-addr.arpa 192.168.1.1 ## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8 -# example.com 9.9.9.9,8.8.8.8 +# example.com 9.9.9.9,8.8.8.8 + +## Forward queries for .onion names to a local Tor client +## Tor must be configured with the following in the torrc file: +## DNSPort 9053 +## AutomapHostsOnResolve 1 + +# onion 127.0.0.1:9053