🦄 Sync 2026-06-17 03:41:10

This commit is contained in:
github-actions[bot]
2026-06-17 03:41:10 +08:00
parent bf7d8e462c
commit 08963f8537
79 changed files with 1354 additions and 486 deletions
@@ -2,6 +2,15 @@
START=99
boot_func() {
sleep 90
restart
}
boot() {
boot_func >/dev/null 2>&1 &
}
start() {
lua /usr/lib/lua/luci/passwall2/server_app.lua start
}