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

@@ -351,6 +351,9 @@ LOCALHOST = "127.0.0.1"
# Default port used by Tor
DEFAULT_TOR_SOCKS_PORT = 9050
# Default ports used in Tor proxy bundles
DEFAULT_TOR_HTTP_PORTS = (8123, 8118)
# Percentage below which comparison engine could have problems
LOW_TEXT_PERCENT = 20