diff options
| author | Wladimir J. van der Laan <[email protected]> | 2020-08-09 14:25:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2020-08-09 15:08:20 +0200 |
| commit | 6ea73481222e9365f47492ef1be9b4870f70428b (patch) | |
| tree | f2d593cd8240097175a4c1053efe3785581126f7 /doc/JSON-RPC-interface.md | |
| parent | Merge #19672: build: make clean removes .gcda and .gcno files from fuzz direc... (diff) | |
| parent | Replace `hidden service` with `onion service` (diff) | |
| download | discoin-6ea73481222e9365f47492ef1be9b4870f70428b.tar.xz discoin-6ea73481222e9365f47492ef1be9b4870f70428b.zip | |
Merge #19638: Replace `hidden service` with `onion service`
1e72b68ab330c72644981508c8a1b3fa670d086f Replace `hidden service` with `onion service` (Riccardo Masutti)
Pull request description:
For a couple of years, Tor has made the term `hidden service` obsolete, in favor of `onion service`: [Tor Project | Onion Services](https://community.torproject.org/onion-services/)
This PR updates all the references.
ACKs for top commit:
laanwj:
Code review ACK 1e72b68ab330c72644981508c8a1b3fa670d086f
hebasto:
ACK 1e72b68ab330c72644981508c8a1b3fa670d086f, tested on Linux Mint 20 (x86_64).
Tree-SHA512: 6a29e828e1c5e1ec934b5666f67326dbd84d77c8b2641f6740abac6d3d5923b7729763b9ff2230390b0bb23359a5f3731ccd9a30011ca69004f7c820aed17262
Diffstat (limited to 'doc/JSON-RPC-interface.md')
| -rw-r--r-- | doc/JSON-RPC-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/JSON-RPC-interface.md b/doc/JSON-RPC-interface.md index a0cfe84a3..40d8e330e 100644 --- a/doc/JSON-RPC-interface.md +++ b/doc/JSON-RPC-interface.md @@ -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. |