Skip to content

twisty1988/openwrt-passwall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.7%
  • Lua 32.1%
  • Shell 15.7%
  • Makefile 0.5%