adding (for now) hidden switch --tor-http (utilizing Tor proxy bundles)

This commit is contained in:
Miroslav Stampar
2011-12-14 10:19:45 +00:00
parent 73a500833d
commit 364113441b
4 changed files with 69 additions and 13 deletions

View File

@@ -99,7 +99,8 @@ class Connect:
warnMsg = "please make sure that you have "
warnMsg += "Tor installed and running so "
warnMsg += "you could successfully use "
warnMsg += "--tor switch "
warnMsg += "--tor switch (or try hidden "
warnMsg += "switch --tor-http)"
if IS_WIN:
warnMsg += "(e.g. https://www.torproject.org/download/download.html.en)"
else: