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