Created
September 2, 2017 01:33
-
-
Save ahgood/4d53f6d9ac1f3c593255fd20b15407e1 to your computer and use it in GitHub Desktop.
Setting up proxy(Shadowsocks, socket 5) for Google Backup and Sync(Google Photos Mac App)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/rofl0r/proxychains-ng.git | |
cd proxychains-ng | |
./configure --prefix=/usr --sysconfdir=/etc | |
make | |
sudo make install | |
sudo make install-config | |
sudo nano /etc/proxychains.conf | |
add this code to the end of proxychains.conf: socks5 127.0.0.1 1080 | |
proxychains4 open -a /Applications/Backup\ and\ Sync.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the latest version of proxychains, you need to prepend
[ProxyList]
at beginning of the config file:However, this script is not working for me. :(
The app is not launched with
proxychains4 open -a /Applications/Backup\ and\ Sync.app
.Does it still work for you? @ahgood