outline-install-wrt
OpenWRT /bin/sh script to install Outline (Shadowsocks) with xjasonlyu/tun2socks
How to use:
First, get the script and make it executable:
cd /tmp
wget https://sourceforge.net/p/outline-install-wrt/code/ci/main/tree/install_outline.sh?format=raw -O install_outline.sh
chmod +x install_outline.sh
Check if you have kmod-tun and ip-full installed, if not run:
opkg update
opkg install kmod-tun ip-full
Then run the script: You'll need at least 9 MiB of free space on /
./install_outline.sh
You'll be asked for:
your Outline Server IP
Outline (Shadowsocks) config in "ss://base64coded@HOST:PORT" format
If you want to use Outline (shadowsocks) as your default gateway (y/n)
If you don't have enough free space on / , you can install executable to RAM (You'll need up to 40 MiB of RAM):
More info on Github https://github.com/1andrevich/outline-install-wrt
outline-install-wrt
tun2socks OpenWRT installation script for Outline config
Brought to you by:
andrevich
Downloads:
3 This Week