mirror of
https://github.com/hotyue/IP-Sentinel.git
synced 2026-09-07 08:27:25 +08:00
feat(core): Agent 安装脚本接入透明统计,安装尾声展示全球哨兵编号
This commit is contained in:
@@ -427,3 +427,14 @@ if [[ -n "$TG_TOKEN" ]]; then
|
|||||||
fi
|
fi
|
||||||
echo "🗑️ 若未来需卸载,可重新运行本脚本选择[2]或执行: bash ${INSTALL_DIR}/core/uninstall.sh"
|
echo "🗑️ 若未来需卸载,可重新运行本脚本选择[2]或执行: bash ${INSTALL_DIR}/core/uninstall.sh"
|
||||||
echo "========================================================"
|
echo "========================================================"
|
||||||
|
|
||||||
|
# ================== [v3.1.2 新增: 玻璃房透明装机统计] ==================
|
||||||
|
echo -e "\n📡 正在向开源社区汇报装机量 (完全匿名,不收集IP)..."
|
||||||
|
AGENT_COUNT=$(curl -s -m 3 "https://ip-sentinel-count.samanthaestime296.workers.dev/ping/agent" || echo "")
|
||||||
|
|
||||||
|
if [ -n "$AGENT_COUNT" ] && [[ "$AGENT_COUNT" =~ ^[0-9]+$ ]]; then
|
||||||
|
echo -e "\033[32m✅ 感谢您成为全球第 ${AGENT_COUNT} 名 IP-Sentinel 哨兵!\033[0m"
|
||||||
|
else
|
||||||
|
echo -e "\033[32m✅ 感谢您加入 IP-Sentinel 哨兵阵列!\033[0m"
|
||||||
|
fi
|
||||||
|
echo -e "\n"
|
||||||
Reference in New Issue
Block a user