mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 13:17:37 +03:00
Add an example forwarding rule with Tor
This commit is contained in:
parent
15c87a68a1
commit
beb002335f
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue