Skip to content

Instantly share code, notes, and snippets.

@binderclip
Created September 12, 2015 04:27
Show Gist options
  • Save binderclip/944af7514552d6ac5bf9 to your computer and use it in GitHub Desktop.
Save binderclip/944af7514552d6ac5bf9 to your computer and use it in GitHub Desktop.
set shadowsocks proxy for atom

~/.atom/.apmrc

strict-ssl = false
http-proxy = http://127.0.0.1:8090/proxy.pac
$ apm config list
...
http-proxy = "http://127.0.0.1:8090/proxy.pac"
...

apm#behind-a-firewall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment