标签: command-line proxy socks
是否存在类似tsocks的proxyfier,但是使用参数来指定socks服务器?
E.g。
# xtsocks --socks 127.0.0.1 9050 --command wget -O - http://google.com
配置文件问题。
要为不同的任务使用不同的代理,您必须始终修改配置文件。
答案 0 :(得分:0)
Curl做你想做的事:
curl --socks5-hostname 127.0.0.1:9050 google.com
另外,你应该知道新的torsocks, 取代了tsocks。但是,这并不能提供您所要求的能力。