trimstray / multitor

Create multiple TOR instances with a load-balancing.
GNU General Public License v3.0
1.02k stars 174 forks source link

Getting error #26

Closed beserious closed 4 years ago

beserious commented 4 years ago

Hi, I am getting the following error when trying to check IPs

for i in $(seq 1 4) ; do printf "req %2d: " "$i" ; curl -k --location --socks5 127.0.0.1:15379 http://ipinfo.io/ip ; done req 1: curl: (7) Unable to receive initial SOCKS5 response. Using centos 6-64bit but I don't understand what this issue is.