How to search over Tor on local install? #45
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have just setup my own local instance with nginx. I am running Tor too and I want to proxy all the engines' searches through Tor.
In the main configuration file I replaced the "false" value after const PROXY_X to "onion.txt" but now I get a blank page after any query.
My onion.txt file has:
socks5:localhost:9050::
My bad, I just had to punt "onion" without extension :) closing