From a7f497253d12c825b2ab5f82a318fdc631e1a956 Mon Sep 17 00:00:00 2001 From: moonshawdo Date: Fri, 6 Mar 2015 00:27:14 +0800 Subject: [PATCH] update README.md --- README.md | 2 +- checkip.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53fe16f..d84817c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ checkgoogleip g_needsorttmpokfile为0 * 设置默认线程为60(g_maxthreads),默认最大IP延时1500毫秒(g_maxhandletimeout),默认检查可用IP数50(g_maxhandleipcnt) * 程序支持优先读取外部IP列表,文件名为googleip.txt,当这个文件存在时,默认不会读取脚本里面的IP列表,如果需要检查里面的IP列表,可以在新一行中填写@default,表示读取脚本预设IP列表 -* **检查SSL证书时,需要检查organizationName为google Inc,其他内容暂时被认为非google ip** +* **检查SSL证书时,需要检查organizationName为google Inc,其他内容暂时被认为非google ip,如果有其他名称也可用,可以在g_organizationName中添加** * 解决使用OpenSSL检查IP时,Ctrl-C无响应的情况 * 命令增加IP参数,用来检查该IP的ssl证书的情况 ```` diff --git a/checkip.py b/checkip.py index c62d01c..c90186e 100755 --- a/checkip.py +++ b/checkip.py @@ -1028,7 +1028,7 @@ def checkip(ip): print "ssl subject: ",cert['subject'] else: print "ssl key: ",cert - #c.close() + c.close() if __name__ == '__main__': if len(sys.argv) > 1: