Skip to content

Instantly share code, notes, and snippets.

@xi4oh4o
Created April 25, 2016 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xi4oh4o/a6f827b4956eec8c68b9ec8ee44991c4 to your computer and use it in GitHub Desktop.
Save xi4oh4o/a6f827b4956eec8c68b9ec8ee44991c4 to your computer and use it in GitHub Desktop.
OS X 代理 telegram.app
#!/bin/sh
env DSOCKS_PROXY="127.0.0.1:9129" /usr/local/bin/dsocks.sh /Applications/Telegram.app/Contents/MacOS/Telegram >/dev/null 2>&1 &
# need brew install dsocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment