diff options
author | Prayank <prayank@tutanota.de> | 2021-06-23 05:35:12 +0530 |
---|---|---|
committer | Prayank <prayank@tutanota.de> | 2021-06-23 14:48:56 +0530 |
commit | 86a4a15bdcc96eb565ab80166642d71d542061a9 (patch) | |
tree | 60255b356f0dcf935684bcb25a81d8550a2b63cf /doc/tor.md | |
parent | c93e123dc72bfc1bd2c637fdcd032e570d53a7bd (diff) |
Highlight DNS request part
Diffstat (limited to 'doc/tor.md')
-rw-r--r-- | doc/tor.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tor.md b/doc/tor.md index 7d134b64e0..e4d1edcdb9 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -41,9 +41,11 @@ outgoing connections, but more is possible. -onion=ip:port Set the proxy server to use for Tor onion services. You do not need to set this if it's the same as -proxy. You can use -onion=0 to explicitly disable access to onion services. + ------------------------------------------------------------------ Note: Only the -proxy option sets the proxy for DNS requests; with -onion they will not route over Tor, so use -proxy if you have privacy concerns. + ------------------------------------------------------------------ -listen When using -proxy, listening is disabled by default. If you want to manually configure an onion service (see section 3), you'll |