├── .config ├── .github └── workflows │ ├── build-openwrt.yml │ └── update-checker.yml ├── LICENSE ├── README.md ├── background ├── CXT-Router-Group-2021.png ├── CXT_Logo.png ├── Preview_Function.png ├── Preview_WebLogin.png ├── Preview_WebUI.png ├── background-big.zip └── background.zip ├── diy-part1.sh ├── diy-part2.sh └── error-record ├── 20210324-0.txt ├── 20210325-0.txt ├── README(P3TERX-Actions-OpenWrt).md └── Test-Step-0.txt /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/.config -------------------------------------------------------------------------------- /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/update-checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/.github/workflows/update-checker.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/README.md -------------------------------------------------------------------------------- /background/CXT-Router-Group-2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/CXT-Router-Group-2021.png -------------------------------------------------------------------------------- /background/CXT_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/CXT_Logo.png -------------------------------------------------------------------------------- /background/Preview_Function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/Preview_Function.png -------------------------------------------------------------------------------- /background/Preview_WebLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/Preview_WebLogin.png -------------------------------------------------------------------------------- /background/Preview_WebUI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/Preview_WebUI.png -------------------------------------------------------------------------------- /background/background-big.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/background-big.zip -------------------------------------------------------------------------------- /background/background.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/background/background.zip -------------------------------------------------------------------------------- /diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/diy-part1.sh -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/diy-part2.sh -------------------------------------------------------------------------------- /error-record/20210324-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/error-record/20210324-0.txt -------------------------------------------------------------------------------- /error-record/20210325-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/error-record/20210325-0.txt -------------------------------------------------------------------------------- /error-record/README(P3TERX-Actions-OpenWrt).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/error-record/README(P3TERX-Actions-OpenWrt).md -------------------------------------------------------------------------------- /error-record/Test-Step-0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeowLove/OpenWRT-Virtualization-Servers/HEAD/error-record/Test-Step-0.txt --------------------------------------------------------------------------------