Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshawdo committed Mar 5, 2015
1 parent 12bfcae commit a7f4972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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证书的情况
````
Expand Down
2 changes: 1 addition & 1 deletion checkip.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7f4972

Please sign in to comment.