How do I use Tor with cURL (in Windows)?

前端 未结 3 2086
我在风中等你
我在风中等你 2021-02-06 12:59

I have Vidalia installed, set up Chrome to use port 8118 for the proxy and I\'ve checked my connection through https://check.torproject.org/ but I\'m having difficulties getting

3条回答
  •  滥情空心
    2021-02-06 13:22

    More updated response using socks5.

    curl -v --socks5 localhost:9150 http://check.torproject.org/
    

    So, using port 9150 for socks 5.

提交回复
热议问题