Add an example forwarding rule with Tor

This commit is contained in:
Frank Denis 2023-03-23 12:53:08 +01:00
parent 15c87a68a1
commit beb002335f

View File

@ -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