From 1d9bc8dbdf8e174936dde10b724ba0cb661d5fa8 Mon Sep 17 00:00:00 2001 From: lothar Date: Sun, 13 Mar 2016 15:54:06 +0000 Subject: [PATCH] Update faq.md added information for Tor non standard ports. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index aaa2127..ba68885 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -79,7 +79,7 @@ Edit config to enable control protocol: > __Tip:__ It's also possible to use without modifying torrc (or using older version of Tor clients) by running it `zeronet.py --tor disable --proxy 127.0.0.1:9050 --disable_udp`, but then you will loose ability to talk with other .onion addresses. - +If you are using non standard ports (control port or proxy port), you need to edit config.py and change the port numbers to match your torrc file. ---