Proxychains tor + ssh tunnel
- by linuxer
Heelo, i have a problem with setting proxychains. I config file, when i set
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
It works well as tor, when i make an ssh tunnel on port 9051 and i use
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9051
It also works well with that ssh tunnel, but when i use this settings
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
socks4 127.0.0.1 9051
with both tor and ssh tunnel opened, it fails. Whats is wrong?