aboutsummaryrefslogtreecommitdiff
path: root/doc/i2p.md
AgeCommit message (Collapse)Author
2021-11-24net: respect -onlynet= when making outbound connectionsVasil Dimov
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
2021-08-19Improve doc/i2p.md regarding I2P router options/versionsJon Atack
2021-08-07Update i2p.md and tor.md regarding -onlynet config optionJon Atack
2021-07-30doc: add info to i2p.md about IBD time and multiple networksJon Atack
2021-07-09doc: mention that we enforce port=0 in I2PVasil Dimov
Co-authored-by: Jon Atack <jon@atack.com>
2021-06-23doc: add basic I2P documentationVasil Dimov