Menu

Tree [8d6c2e] main /
 History

HTTPS access


File Date Author Commit
 LICENSE 2023-09-07 Andrevich Andrevich [aa66aa] Initial commit
 README.md 2023-12-04 Debian Debian [8d6c2e] new code
 install_outline.sh 2023-12-04 Debian Debian [8d6c2e] new code
 install_outline_ram.sh 2023-12-04 Debian Debian [8d6c2e] new code

Read Me

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):

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.