aboutsummaryrefslogtreecommitdiff
path: root/docs/ANONYMITY_NETWORKS.md
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2024-02-21 01:01:32 +0100
committerselsta <selsta@sent.at>2024-02-21 01:01:32 +0100
commit33139336a224c596c0f922c0272f75c7c5af3ea8 (patch)
tree0da4521bd43b625672faac05a4eced209a1a9298 /docs/ANONYMITY_NETWORKS.md
parentMerge pull request #9126 (diff)
downloadmonero-33139336a224c596c0f922c0272f75c7c5af3ea8.tar.xz
docs: omit i2p port number from ANONYMITY_NETWORKS
Diffstat (limited to 'docs/ANONYMITY_NETWORKS.md')
-rw-r--r--docs/ANONYMITY_NETWORKS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ANONYMITY_NETWORKS.md b/docs/ANONYMITY_NETWORKS.md
index 63fae6c39..bea1ba286 100644
--- a/docs/ANONYMITY_NETWORKS.md
+++ b/docs/ANONYMITY_NETWORKS.md
@@ -71,13 +71,13 @@ type, and max connections:
```
--anonymous-inbound 5tymba6faziy36md5ffy42vatbjzlye4vyr3gyz6lcvdfximnvwpmwqd.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 "5tymba6faziy36md5ffy42vatbjzlye4vyr3gyz6lcvdfximnvwpmwqd.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.