From 19a7c32e6e14e7d24e9c01bcc580c4fa6351b4c0 Mon Sep 17 00:00:00 2001 From: wisdomwei201804 Date: Thu, 21 Jun 2018 22:03:48 +0800 Subject: [PATCH] =?UTF-8?q?v3.8.3.5=20=201=E3=80=81=E8=B0=83=E6=95=B4ngrok?= =?UTF-8?q?.exe=E5=90=AF=E5=8A=A8=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs index e4fec94..fb89161 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Form_main.cs @@ -883,8 +883,8 @@ namespace net.nutcore.aliddns //检测ngrok.exe是否存在 if (ngrok.IsExists()) { - await ngrok.Start(); textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "Ngrok功能启用,ngrok.exe将自动加载!通过浏览器打开:http://127.0.0.1:4040 查看运行状态。" + "\r\n"); + await ngrok.Start(); } else {