From 6bfdb4d0d4b690b1a09f81707ce56cbafb8f3b09 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Thu, 23 May 2024 13:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0DDNSTO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zero3/pi.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zero3/pi.sh b/zero3/pi.sh index 164c5c7..a0324e6 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -38,6 +38,7 @@ menu_options=( "安装盒子助手docker版" "安装特斯拉伴侣TeslaMate" "安装CasaOS面板" + "安装内网穿透工具DDNSTO" "更新脚本" ) @@ -59,6 +60,7 @@ commands=( ["更新脚本"]="update_scripts" ["安装小雅tvbox"]="install_xiaoya_tvbox" ["安装特斯拉伴侣TeslaMate"]="install_teslamate" + ["安装内网穿透工具DDNSTO"]="install_ddnsto" ) @@ -495,6 +497,12 @@ check_docker_compose() { fi } +# 安装DDNSTO +install_ddnsto(){ + green "请登录 https://www.ddnsto.com/app/#/devices 在控制台复制 令牌 令牌=token" + sh -c "$(curl -sSL http://fw.koolcenter.com/binary/ddnsto/linux/install_ddnsto_linux.sh)" +} + show_menu() { clear greenline "————————————————————————————————————————————————————"