From 172b1cf68c187cf3f82c1cb96aec4e9895360da9 Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 4 Feb 2018 12:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9F=9F=E5=90=8Ddns?= =?UTF-8?q?=E8=A7=A3=E6=9E=90IP=20=E4=B8=8E=20=E6=9C=AC=E6=9C=BAIP=20?= =?UTF-8?q?=E4=B8=8D=E5=8C=B9=E9=85=8D=20=E8=AF=AF=E6=8A=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f3e0ee..735f4a8 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ bash install.sh | tee v2log.txt ### 问题反馈 * 请携带 v2log.txt 文件内容进行反馈 ### 更新说明 +## 2018-02-04 +V2.1.1(stable) +* 1.变更 local_ip 判断方式,从 本地网卡获取 变更至 命令获取 公网IP。 +* 1.修复 域名dns解析IP 与 本机IP 不匹配 误报问题 ## 2018-01-28 v2.1.1(stable) * 1.修复 缺乏 lsof 依赖导致的端口占用判断异常问题