aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-22 12:41:54 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-22 12:41:54 +0000
commit26c511800075d9bf13b2bd5dea290588219c9ccc (patch)
treec673581b3fb981cf9cc2bf34c2dbbc2d56919009 /README.md
parentMerge pull request #552 (diff)
downloadmonero-26c511800075d9bf13b2bd5dea290588219c9ccc.tar.xz
README.md: mention --no-igd in the Tor paragraph
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32485cc7a..16b93203f 100644
--- a/README.md
+++ b/README.md
@@ -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