tor: add missing port

This commit is contained in:
nahuhh 2024-10-20 12:47:00 +00:00
parent 0666f2af51
commit 65dae768c9

View file

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