diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-02-24 10:17:25 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-02-24 10:17:25 -0500 |
| commit | 0d2f515ecce37e5e5a7bdc396db8383fafc3eb02 (patch) | |
| tree | 9a0e87e23df4f4c81344c7bcc145954124f7542a | |
| parent | 522d82276e816542fa88fed2109fc8888da2a4a0 (diff) | |
| parent | c97c2ec01cee2591b993c2e0155b77e412a8b42c (diff) | |
| download | monzero-core-0d2f515ecce37e5e5a7bdc396db8383fafc3eb02.tar.gz monzero-core-0d2f515ecce37e5e5a7bdc396db8383fafc3eb02.tar.xz monzero-core-0d2f515ecce37e5e5a7bdc396db8383fafc3eb02.zip | |
Merge pull request #9190
c97c2ec docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)
| -rw-r--r-- | docs/ANONYMITY_NETWORKS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ANONYMITY_NETWORKS.md b/docs/ANONYMITY_NETWORKS.md index f8d08b05f..16099aea8 100644 --- a/docs/ANONYMITY_NETWORKS.md +++ b/docs/ANONYMITY_NETWORKS.md @@ -71,13 +71,13 @@ type, and max connections: ``` --anonymous-inbound rveahdfho7wo4b2m.onion:28083,127.0.0.1:28083,25 ---anonymous-inbound cmeua5767mz2q5jsaelk2rxhf67agrwuetaso5dzbenyzwlbkg2q.b32.i2p:5000,127.0.0.1:30000 +--anonymous-inbound cmeua5767mz2q5jsaelk2rxhf67agrwuetaso5dzbenyzwlbkg2q.b32.i2p,127.0.0.1:30000 ``` which tells `monerod` that a max of 25 inbound Tor connections are being received at address "rveahdfho7wo4b2m.onion:28083" and forwarded to `monerod` localhost port 28083, and a default max I2P connections are being received at -address "cmeua5767mz2q5jsaelk2rxhf67agrwuetaso5dzbenyzwlbkg2q.b32.i2p:5000" and +address "cmeua5767mz2q5jsaelk2rxhf67agrwuetaso5dzbenyzwlbkg2q.b32.i2p" and forwarded to `monerod` localhost port 30000. These addresses will be shared with outgoing peers, over the same network type, otherwise the peer will not be notified of the peer address by the proxy. |
