美文网首页
macbook proxychains 不能代理curl问题

macbook proxychains 不能代理curl问题

作者: 疯狂的冰块 | 来源:发表于2020-03-17 23:20 被阅读0次

由于proxychains 不能代理curl
Sip保护的目录

/System
/usr(不包含/usr/local)
/bin
/sbin
Apps that are pre-installed with OS X

如curl 再/usr/bin目录下,可以考虑复制到其他目录下
/Users/xxx/bin 等(xxx为用户名),需要设置PATH环境变量

export PATH=/Users/xxx/bin:$PATH

参考文章:http://test666.me/archives/267/

相关文章

网友评论

      本文标题:macbook proxychains 不能代理curl问题

      本文链接:https://www.haomeiwen.com/subject/wulfyhtx.html