UPDATE (2018-05-03):
Another option is to use Surge for Mac, it just works, fantastically well!
Use Polipo to convert a socks connection into a http proxy.
1 | brew install polipo |
Once you had polipo installed, config it to work properly with a polipo.proxy
:
1 | socksParentProxy = "localhost:8089" |
And start polipo.
1 | polipo -c ./polipo.config |
Then config Web Proxy (HTTP) & Secure Web Proxy (HTTPS)
to 127.0.0.1:8123
(Settings -> Network -> Advanced -> Proxies -> Web Proxy (HTTP) -> OK -> Apply).
And you will get your Google Drive sync each changes on the fly.
For convenient, use our bash tool :)
Bash, OS X: pSet - a CLI, help you manage your OSX network settings.