2023年7月20日发(作者:)
Mac下安装及配置ProxyChains-NG实现终端下代理proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programsand redirects it through one or more socks/http proxies. continuation of the unmaintained proxychainsproject.安装使⽤ Homebrew 安装brew install proxychains-ng配置vim /usr/local/etc/在 [ProxyList] 下⾯(也就是末尾)加⼊代理类型,代理地址和端⼝例如使⽤ TOR 代理,注释掉原来的代理并添加socks5 127.0.0.1 9050(本机使⽤的端⼝,⾃⾏修改)如果所在的⽹络很复杂,可能需要在配置⽂件中启⽤dynamic_chain - 按照列表中出现的代理服务器的先后顺序组成⼀条链,如果有代理服务器失效,则⾃动将其排除,但⾄少要有⼀个是有效的然后在 [ProxyList] 下添加多个代理默认是:strict_chain - 按照后⾯列表中出现的代理服务器的先后顺序组成⼀条链,要求所有的代理服务器都是有效的使⽤proxychains4 curl 配合 wget 和 curl 来下载,⾮常好⽤
发布者:admin,转转请注明出处:http://www.yc00.com/news/1689814368a288346.html
评论列表(0条)