diff options
author | Jon Atack <jon@atack.com> | 2022-03-01 21:13:22 +0100 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2022-03-03 16:14:01 +0100 |
commit | a1db99adea36dbee1ec97ca1851edad12137feea (patch) | |
tree | b825cae08a58888b9f679b860a739821fc9e55b8 /doc/tor.md | |
parent | 30308cc380a8176a5ec0e0bd2beed8b9c482ccf7 (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
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: |