diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-28 21:57:19 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-28 22:38:27 +0000 |
commit | 19d1b35905a0f907230a7cc1777077e8b2f606f6 (patch) | |
tree | c9c7f0a990910ddb93d3119701fee36622d94e3b /README.md | |
parent | Merge pull request #6902 (diff) | |
download | monero-19d1b35905a0f907230a7cc1777077e8b2f606f6.tar.xz |
add a convenience script to start monero with inbound tor
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -686,6 +686,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 |