init: fork of kejilion/sh with certbot host-network fix
Some checks failed
Weekly Translation Workflow / translate (push) Has been cancelled

- Replace 'docker run -p 80:80' with '--network host' for certbot standalone HTTP-01 to avoid timeout in environments where Docker NAT port-publish breaks LE inbound traffic but host port 80 is reachable.
- Applies to kejilion.sh (all locale variants) and auto_cert_renewal.sh.
- README install command points to this Gitea mirror.
This commit is contained in:
2026-05-18 17:06:42 +08:00
commit 0784a11c19
73 changed files with 167210 additions and 0 deletions

13
pal_log.sh Normal file
View File

@@ -0,0 +1,13 @@
clear
echo "脚本更新日志"
echo "------------------------"
echo "2024-2-1 v1.0"
echo "风靡全球的幻兽帕鲁服务端管理面板上线!"
echo "------------------------"
echo "2024-2-2 v1.0.1"
echo "增加了游戏存档定时备份,可选每周,每天,每小时"
echo "主菜单增加了游戏服务安装状态以及开服情况的智能显示"
echo "主菜单增加k选项与科技lion官方脚本工具联动。"
echo "主菜单增加游戏配置修改功能"
echo "对脚本细节调优,体验更好"
echo "------------------------"