Merge pull request #82 from nahuhh/i2p

tor: add missing port
This commit is contained in:
nahuhh 2024-10-20 13:45:20 +00:00 committed by GitHub
commit 3899376f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@
```
6. Copy the result into your Monero [**config file** :link:{ title="Monerod Config" }]{{ config }}, enabling these options:
``` ini
anonymous-inbound=yourlongv3onionaddress.onion,127.0.0.1:18084
anonymous-inbound=yourlongv3onionaddress.onion:18084,127.0.0.1:18084
tx-proxy=tor,127.0.0.1:9050,disable_noise
```
Replace `yourlongv3onionaddress.onion` with your onion address.