幸福飞过海 - [总结]利用 Privoxy 让命令行下的 wget 和 curl 等命令实现自动代理 的评论
https://fengqi.me/unix/328.html
curl 和 wget 都可以通过附带参数来使用代理curl -x http://127.0.0.1:8087 github.comwget -e "http_proxy=127.0....
-
ShadowSocks助力macOS科学上网 R11; TizGrape() { print "LoL" }
https://fengqi.me/unix/328.html/comment-page-1#pingback-39392
2017-01-15T11:44:37+00:00
[...]把SOCKS Proxy转成HTTP Proxy会方便命令行工具如curl和wget的使用。有几种办法,ShadowSocks的Wiki推荐使用ProxyChains;很多文章推荐使用polipo,可惜polipo的Github页面上说作者已经停止更新了;还有提到使用Privoxy来达到目的的。总之选一款适合你用的就行。[...]
-
Zhu Zhe
https://fengqi.me/unix/328.html/comment-page-1#comment-39391
2016-12-01T13:36:52+00:00
privoxy 好像不支持ftp