diff options
author | Jon Atack <jon@atack.com> | 2022-03-01 21:13:22 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-03-13 17:35:56 +0100 |
commit | 2a6fcf9c136f7a0c6ba12010ff1769acd07804cf (patch) | |
tree | c988f0c0ad22072b4e7d2bb9f164c79c67ebf016 /doc/tor.md | |
parent | cbdfb46b55a27881f3726b58c046c4ea19866b7a (diff) |
init, doc: improve -onlynet help and tor/i2p documentation
and harmonize them as follows
- s/outgoing/automatic outbound/
- s/Incoming/Inbound and manual/ (are not affected by this option.)
- s/only through network/only to network/
- s/this option. This option/this option. It/
- s/network types/networks/
and also pick up a few nits in doc/p2p-bad-ports.md
Github-Pull: bitcoin#24468
Rebased-From: a1db99a
Diffstat (limited to 'doc/tor.md')
-rw-r--r-- | doc/tor.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor.md b/doc/tor.md index 086e6747bf..b7c4f7d425 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -55,10 +55,10 @@ outgoing connections, but more is possible. -seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with other P2P nodes. - -onlynet=onion Make outgoing connections only to .onion addresses. Incoming - connections are not affected by this option. This option can be - specified multiple times to allow multiple network types, e.g. - onlynet=onion, onlynet=i2p. + -onlynet=onion Make automatic outbound connections only to .onion addresses. + Inbound and manual connections are not affected by this option. + It can be specified multiple times to allow multiple networks, + e.g. onlynet=onion, onlynet=i2p. In a typical situation, this suffices to run behind a Tor proxy: |