/shanxun-linux

A shanxun client for linux users

Primary LanguagePython

shanxun-linux

A shanxun client for linux users in Python.

Requriements

  • pppoeconf
sudo pppoeconf # You can press enter to skip some config
  • Python 2.7
  • A username ever logged on shanxun offical client for Mac

Usage

sudo python shanxun.py your_username your_password

Show ppp log

plog

Set ppp as the default route.

route # Query route table and find the ppp device
sudo route add default dev ppp0 # Example 

To stop the connection

poff dsl-provider

License

shanxun-linux is licensed under the MIT license.