Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc committed Nov 6, 2024
1 parent 0405ed7 commit 60898ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ anylink: tun模式 tcp传输
### 登录防爆说明

```
1.用户 A 在 IP 1.2.3.4 上尝试登录:
用户 A 在 IP 1.2.3.4 上尝试登录失败 5 次,触发了该 IP 上的用户 A 锁定 5 分钟。
在这 5 分钟内,用户 A 从 IP 1.2.3.4 无法进行新的登录尝试。
Expand All @@ -132,5 +131,4 @@ anylink: tun模式 tcp传输
在这 5 分钟内,从 IP 1.2.3.4 的所有登录尝试都将被拒绝。
如果在 N 分钟内没有新的失败尝试,失败计数会在 N 分钟后(*_reset_time)重置。
```

0 comments on commit 60898ea

Please sign in to comment.