diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2021-08-30 14:33:29 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2021-11-24 12:44:05 +0100 |
commit | e53a8505dbb6f9deaae8ac82793a4fb760a1e0a6 (patch) | |
tree | 40507a94035ee59351b4a7008616b825a5b32ef6 /doc/tor.md | |
parent | 9394964f6b9d1cf1220a4eca17ba18dc49ae876d (diff) |
net: respect -onlynet= when making outbound connections
Do not make outbound connections to hosts which belong to a network
which is restricted by `-onlynet`.
This applies to hosts that are automatically chosen to connect to and to
anchors.
This does not apply to hosts given to `-connect`, `-addnode`,
`addnode` RPC, dns seeds, `-seednodes`.
Fixes https://github.com/bitcoin/bitcoin/issues/13378
Fixes https://github.com/bitcoin/bitcoin/issues/22647
Supersedes https://github.com/bitcoin/bitcoin/pull/22651
Diffstat (limited to 'doc/tor.md')
-rw-r--r-- | doc/tor.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/tor.md b/doc/tor.md index 8dc82ca91e..9b0c40bad5 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -56,11 +56,7 @@ outgoing connections, but more is possible. -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=ipv4, onlynet=ipv6, onlynet=onion, onlynet=i2p. - Warning: if you use -onlynet with values other than onion, and - the -onion or -proxy option is set, then outgoing onion - connections will still be made; use -noonion or -onion=0 to - disable outbound onion connections in this case. + onlynet=onion, onlynet=i2p. In a typical situation, this suffices to run behind a Tor proxy: |