bunkerweb 1.4.0

This commit is contained in:
bunkerity
2022-06-03 17:24:14 +02:00
parent 3a078326c5
commit a9f886804a
5245 changed files with 1432051 additions and 27894 deletions

View File

@@ -0,0 +1,20 @@
package = "lua-resty-ipmatcher"
version = "0.4-0"
source = {
url = "git://github.com/iresty/lua-resty-ipmatcher",
tag = "v0.4",
}
description = {
summary = "High performance match IP address for Lua(OpenResty).",
homepage = "https://github.com/iresty/lua-resty-ipmatcher",
license = "Apache License 2.0",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}
build = {
type = "builtin",
modules = {
["resty.ipmatcher"] = "resty/ipmatcher.lua"
}
}