diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-22 14:51:57 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-22 14:53:08 +0200 |
commit | a06b0b2b959ae6469cfced0ca63306117ee81e23 (patch) | |
tree | 2b1cf98c3125d0e68afaabce8b5498c870302b8d | |
parent | Merge pull request #553 (diff) | |
parent | README.md: mention --no-igd in the Tor paragraph (diff) | |
download | monero-a06b0b2b959ae6469cfced0ca63306117ee81e23.tar.xz |
Merge pull request #554
26c5118 README.md: mention --no-igd in the Tor paragraph (moneromooo-monero)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -174,9 +174,9 @@ See README.i18n ## Using Tor -While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, if you add --p2p-bind-ip 127.0.0.1 to the bitmonerod command line. You also want to set DNS requests to go over TCP, so they'll be routed through Tor, by setting DNS_PUBLIC=tcp. Example: +While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, if you add --p2p-bind-ip 127.0.0.1 to the bitmonerod command line. You also want to set DNS requests to go over TCP, so they'll be routed through Tor, by setting DNS_PUBLIC=tcp. You may also disable IGD (UPnP port forwarding negotiation), which is pointless with Tor. Example: -DNS_PUBLIC=tcp torsocks bitmonerod --p2p-bind-ip 127.0.0.1 +DNS_PUBLIC=tcp torsocks bitmonerod --p2p-bind-ip 127.0.0.1 --no-igd ## Using readline |