outline-install-wrt Code
tun2socks OpenWRT installation script for Outline config
Brought to you by:
andrevich
File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2023-09-07 |
![]() |
[aa66aa] Initial commit |
README.md | 2023-12-04 |
![]() |
[8d6c2e] new code |
install_outline.sh | 2023-12-04 |
![]() |
[8d6c2e] new code |
install_outline_ram.sh | 2023-12-04 |
![]() |
[8d6c2e] new code |
OpenWRT /bin/sh script to install Outline (Shadowsocks) with xjasonlyu/tun2socks
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:
If you don't have enough free space on / , you can install executable to RAM (You'll need up to 40 MiB of RAM):
cd /tmp
wget https://sourceforge.net/p/outline-install-wrt/code/ci/main/tree/install_outline_ram.sh?format=raw -O install_outline_ram.sh
chmod +x install_outline_ram.sh
./install_outline_ram.sh
wget -O install_outline.sh