修复 域名dns解析IP 与 本机IP 不匹配 误报问题

pull/41/head
wulabing 2018-02-04 12:58:20 +08:00 committed by GitHub
parent f16a37e32b
commit 172b1cf68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 依赖导致的端口占用判断异常问题