protecting web management

This commit is contained in:
刘河
2019-12-14 22:20:17 +08:00
parent 90e78bf413
commit ba081c02c2
2 changed files with 47 additions and 0 deletions

View File

@@ -24,3 +24,6 @@
默认情况下linux对连接数量有限制对于性能好的机器完全可以调整内核参数以处理更多的连接。
`tcp_max_syn_backlog` `somaxconn`
酌情调整参数,增强网络性能
## web管理保护
当一个ip连续登陆失败次数超过10次将在一分钟内禁止该ip再次尝试。