From 1e72b68ab330c72644981508c8a1b3fa670d086f Mon Sep 17 00:00:00 2001 From: Riccardo Masutti <46527252+RiccardoMasutti@users.noreply.github.com> Date: Sat, 1 Aug 2020 15:10:26 +0200 Subject: 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. --- doc/JSON-RPC-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/JSON-RPC-interface.md') 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. -- cgit v1.2.3