You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socks5 127.0.0.1 9050 # Even the socks port of Tor on the public web cannot be replaced here
socks5 PROXY2 1080
socks5 PROXY3 1080
I use proxychains -f /etc/Torproxylist.conf curl ident.me, happen "socket error or timeout".
But it doesn't matter if I use any of the proxies in the proxy chain alone, or if I comment out Tor's proxies, the rest of the proxies can still form the proxy chain
The text was updated successfully, but these errors were encountered:
Yes, I have enabled the Tor service on this machine, but what I mean is that no matter whether you fill in 127.0.0.1 or the public network address of this machine, it will not take effect. But it is possible to use Tor alone as a proxy, but it exists in the proxy list Multiple agents will not take effect
with "multiple agents" you mean multiple proxy ip addresses ?
you need to use a chain type like strict, and the ip addresses there need to be accessible from the exit node your tor circuit uses (and they need to be generally usable/online of course)
socks5 127.0.0.1 9050 # Even the socks port of Tor on the public web cannot be replaced here socks5 PROXY2 1080 socks5 PROXY3 1080
I use
proxychains -f /etc/Torproxylist.conf curl ident.me
, happen "socket error or timeout".But it doesn't matter if I use any of the proxies in the proxy chain alone, or if I comment out Tor's proxies, the rest of the proxies can still form the proxy chain
The text was updated successfully, but these errors were encountered: