├── .config ├── .github └── workflows │ ├── build-openwrt.yml │ ├── newifi3.yml │ └── wr1200js-lean.yml ├── README.md ├── diy-part1-lean.sh ├── diy-part1-newifi3.sh ├── diy-part1.sh ├── diy-part2-lean.sh ├── diy-part2-newifi3.sh ├── diy-part2.sh ├── newifi3.config └── wr1200js-lean.config /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/.config -------------------------------------------------------------------------------- /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/newifi3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/.github/workflows/newifi3.yml -------------------------------------------------------------------------------- /.github/workflows/wr1200js-lean.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/.github/workflows/wr1200js-lean.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/README.md -------------------------------------------------------------------------------- /diy-part1-lean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part1-lean.sh -------------------------------------------------------------------------------- /diy-part1-newifi3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part1-newifi3.sh -------------------------------------------------------------------------------- /diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part1.sh -------------------------------------------------------------------------------- /diy-part2-lean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part2-lean.sh -------------------------------------------------------------------------------- /diy-part2-newifi3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part2-newifi3.sh -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/diy-part2.sh -------------------------------------------------------------------------------- /newifi3.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/newifi3.config -------------------------------------------------------------------------------- /wr1200js-lean.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z826540272/passwall-openwrt/HEAD/wr1200js-lean.config --------------------------------------------------------------------------------