Skip to content

Commit

Permalink
fix(runtime): let url string instead of Tag a
Browse files Browse the repository at this point in the history
  • Loading branch information
bdliu(刘彬德) committed Jul 17, 2018
1 parent e559153 commit 273a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tsw/runtime/CCFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ this.check = function (req, res) {
'to': config.mailTo,
'cc': config.mailCC,
'title': title,
'content': '<p><strong>IP聚集相关信息,详情请参阅:</strong> <a target="_blank" href="https://tswjs.org/doc/api/ipCCFinder">[TSW] IP聚集文档</a> </p>'
'content': '<p><strong>IP聚集相关信息,详情请参阅文档: </strong> https://tswjs.org/doc/api/ipCCFinder </p>'
+'<p><strong>服务器IP:</strong>' + serverInfo.intranetIp + '</p>'
+ '<p><strong>恶意IP:</strong>' + max.ip + '</p>'
+ '<p><strong>自动拉黑:</strong>' + (config.CCIPLimitAutoBlock ? '是' : '否') + '</p>'
Expand Down

0 comments on commit 273a1c9

Please sign in to comment.