#MiRouterSS More easier to use ShadowSocks on your MiRouter.
Ps: This project is based on the bazingaterry/ShadowsocksForMiRouter(Github) and adds useful scripts.
Author: Jacky
##Include
- Install/Unistall/Reinstall script
- ShadowSocks For MiRouter
- Some DNS lists
##Requirements:
- MiRouter >= R1D (MiRouterSS doesn't support MiRouter Mini)
- Your MiRouter has already open SSH
- You have ShadowSocks server account
##How to install it
- SSH to your MiRouterSS
- Enter the userdisk directory
cd /userdisk/data/
- Install MiRouterSS
wget http://dl.jackyu.cn/attachments/MiRouterSS/install.sh && chmod +x install.sh && ./install.sh
##Tips
- Uninstall MiRouterSS
cd /userdisk/data/MiRouterSS/ && sh uninstall.sh
- After you update MiRouter's system, please run
cd /userdisk/data/MiRouterSS/ && sh reinstall.sh
- Common commands
/etc/init.d/dnsmasq restart (Restart dnsmasq)
/etc/init.d/firewall restart (Restart firewall)
/etc/init.d/shadowsocks start/stop (Start/Stop ShadowScoks)
/etc/init.d/shadowsocks enable/disable (Enable/Disable Boot)
##Special thanks to bazingaterry/ShadowsocksForMiRouter (Github)