Created
March 21, 2018 01:42
-
-
Save chenshaoju/4afb37cc7a8034ed1794b04e5afd769c to your computer and use it in GitHub Desktop.
simple-obfs auto startup
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 | |
# | |
su -c "obfs-server -s 123.45.67.89 -p 80 --obfs http -r 123.45.67.89:1234 --failover 123.45.67.89:81" & | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment