Created
April 25, 2016 06:39
-
-
Save xi4oh4o/a6f827b4956eec8c68b9ec8ee44991c4 to your computer and use it in GitHub Desktop.
OS X 代理 telegram.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
#!/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