1 Star 0 Fork 50

busyfree/lua-limit

forked from haixing/lua-limit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test_bucket.lua 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
haixing 提交于 2019-08-21 22:27 . init to gitee
local conf = {
default_rule = {
bucket = {
bucket_dict_name = "limit_srvs",
bucket_rate = 2,
bucket_burst = 1,
--bucket_target = ”ip“
bucket_target = "uri"
}
}
}
function message(limit, data)
ngx.say("reject by bucket")
ngx.exit(ngx.HTTP_OK)
end
-- 没有指定 who 方法,所以需要使用默认的 default_rule 规则链
local limit = require "limit":new(conf)
limit:execute()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/busyfree/lua-limit.git
[email protected]:busyfree/lua-limit.git
busyfree
lua-limit
lua-limit
master

搜索帮助