├── .github └── workflows │ └── build-openwrt.yml ├── LICENSE ├── README.md └── diy.sh /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fyglinfo/actions-openwrt-passwall/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fyglinfo/actions-openwrt-passwall/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fyglinfo/actions-openwrt-passwall/HEAD/README.md -------------------------------------------------------------------------------- /diy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fyglinfo/actions-openwrt-passwall/HEAD/diy.sh --------------------------------------------------------------------------------