限流为0时对非白名单IP的首次访问无效 #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
配置文件
容器日志
注意到47.93.XXXXX并不在白名单中,但仍然请求成功。应该是因为令牌桶在初始化时就自带了一个令牌。即使后续不再生成新的令牌(速率为0),这第一个令牌也足以让首次访问成功