Skip to content

Instantly share code, notes, and snippets.

@dearmark
Last active August 29, 2015 14:02
Show Gist options
  • Save dearmark/a66cfc7626e3c017b01f to your computer and use it in GitHub Desktop.
Save dearmark/a66cfc7626e3c017b01f to your computer and use it in GitHub Desktop.
sudo su
wget https://raw.github.com/fivesheep/chnroutes/master/chnroutes.py
python chnroutes.py -p linux
cp -a ip-pre-up /etc/ppp
chmod +x /etc/ppp/ip-pre-up
cp -a ip-down /etc/ppp/ip-down.d
chmod +x /etc/ppp/ip-down.d/ip-down
link:https://code.google.com/p/chnroutes/wiki/Usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment