Skip to content

Instantly share code, notes, and snippets.

@chenshaoju
Created March 21, 2018 01:42
Show Gist options
  • Save chenshaoju/4afb37cc7a8034ed1794b04e5afd769c to your computer and use it in GitHub Desktop.
Save chenshaoju/4afb37cc7a8034ed1794b04e5afd769c to your computer and use it in GitHub Desktop.
simple-obfs auto startup
#!/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