openwrt-passwall
A commonly used proxy toolchain for Openwrt LuCI Application.
How to use
- 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"
- pull upstream commits
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a