v.3.8.6.2 1、修复配置文件参数TTL和WaitingTime写入BUG。2、增加更新逻辑,当获取WAN口IP返回0.0.0.0时,不更新阿里云DNS记录,提示手工修改。

This commit is contained in:
wisdomwei201804 2018-08-19 14:39:03 +08:00
parent 5e8a6f9765
commit 52f5d43336
2 changed files with 4 additions and 1 deletions

View File

@ -867,7 +867,7 @@ namespace net.nutcore.aliddns
private void newSeconds_Leave(object sender, EventArgs e)
{
cfg.SaveAppSetting("WaitingTime", this.textBox_TTL.Text.ToString());
cfg.SaveAppSetting("WaitingTime", this.textBox_newSeconds.Text.ToString());
textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "自动更新倒计时设置修改保存成功!" + "\r\n");
}

View File

@ -1,3 +1,6 @@
v.3.8.6.2
1、修复配置文件参数TTL和WaitingTime写入BUG。2、增加更新逻辑当获取WAN口IP返回0.0.0.0时不更新阿里云DNS记录提示手工修改。
v3.8.6.1
1、细化xp运行时多线程出错异常处理代码避免程序崩溃。2、锁定recordId控件避免新手随意修改造成的错误。