sss333rl / openwrt-passwall

A commonly used proxy toolchain for Openwrt LuCI Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openwrt-passwall

A commonly used proxy toolchain for Openwrt LuCI Application.

How to use

  1. add new line to openwrt feeds
echo "src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> "feeds.conf.default"
echo "src-git passwall https://github.com/xiaorouji/openwrt-passwall.git;main" >> "feeds.conf.default"
  1. pull upstream commits
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a

Note

⚠ Need golang version 1.20 to or higher to compile Sing-box and hysteria

About

A commonly used proxy toolchain for Openwrt LuCI Application.


Languages

Language:HTML 51.8%Language:Lua 32.0%Language:Shell 15.7%Language:Makefile 0.5%