Closed ppseprus closed 8 months ago
is there a way I could list the actual proxies being used?
not to my knowledge.
btw, your use of 2 proxies on localhost works only with random_chain and chain_len 1, not with anything else, and makes no sense even with random_chain. just decide upon whether you want to use tor's socks4 or socks5 interface.
your use of 2 proxies on localhost works only with random_chain
You are right. I was just switching between configs and wanted to copy here the default setting (strict_chain
) and ended up not copying a valid config...
Thanks anyways!
Given the following
proxychains
configurations:And I run
sudo service tor start
, is there a way I could list the actual proxies being used?