diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:31:18 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:31:20 -0800 |
commit | 49f7e961c0e79ce461319c9cfac35393a89afbb7 (patch) | |
tree | 9903fa57fcb15fd93186a6910011e3a53c6b6144 /README.md | |
parent | Merge pull request #7108 (diff) | |
parent | add a convenience script to start monero with inbound tor (diff) | |
download | monero-49f7e961c0e79ce461319c9cfac35393a89afbb7.tar.xz |
Merge pull request #6947
19d1b3590 add a convenience script to start monero with inbound tor (moneromooo-monero)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -687,6 +687,9 @@ Example command line to start monerod through Tor: DNS_PUBLIC=tcp torsocks monerod --p2p-bind-ip 127.0.0.1 --no-igd ``` +A helper script is in contrib/tor/monero-over-tor.sh. It assumes Tor is installed +already, and runs Tor and Monero with the right configuration. + ### Using Tor on Tails TAILS ships with a very restrictive set of firewall rules. Therefore, you need |