樹莓派和MacOS安裝proxychain-ng

1.樹莓派

依次輸入如下命令即可:

git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychains-ng/
./configure --prefix=/usr --sysconfdir=/etc
sudo make && sudo make install && sudo make install-config

編輯/etc/proxychains.conf
第49行quiet_mode取消註釋

quiet_mode

文件末尾添加自己的proxy,例如

socks5 127.0.0.1 1080

2. macOS

最好先關閉System Integrity Protection再安裝

csrutil disable
reboot
brew install proxychains-ng

修改配置文件:/usr/local/etc/proxychains.conf
然後

csrutil enable
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章