Replace hidden service with onion service

For a couple of years, Tor documentation has made
the term hidden service obsolete, in favor of onion
service.

This PR updates all the references in the code base.
This commit is contained in:
Riccardo Masutti
2020-08-01 15:10:26 +02:00
committed by Riccardo Masutti
parent f7c73b03d9
commit 1e72b68ab3
7 changed files with 18 additions and 18 deletions

View File

@@ -60,7 +60,7 @@ RPC interface will be abused.
are sent as clear text that can be read by anyone on your network
path. Additionally, the RPC interface has not been hardened to
withstand arbitrary Internet traffic, so changing the above settings
to expose it to the Internet (even using something like a Tor hidden
to expose it to the Internet (even using something like a Tor onion
service) could expose you to unconsidered vulnerabilities. See
`bitcoind -help` for more information about these settings and other
settings described in this document.