Connect to Tor network with ruby

前端 未结 4 1318
故里飘歌
故里飘歌 2021-02-05 12:03

how can I configure Ruby web client to request web pages using Tor ?

4条回答
  •  故里飘歌
    2021-02-05 12:25

    I think it's like specifying proxy server for your HTTP connection. I don't know how it works in Ruby. But it will not be different from configuring browsers. Just set proxy server setting to 127.0.0.1:8118.

提交回复
热议问题