Skip to content

Instantly share code, notes, and snippets.

@openainext
Forked from binderclip/set-proxy-for-atom.md
Created September 12, 2017 14:46
Show Gist options
  • Save openainext/f44d0a7be685a40d3c08c778a995649d to your computer and use it in GitHub Desktop.
Save openainext/f44d0a7be685a40d3c08c778a995649d 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