lua-resty-ipmatcher

High performance match IP address for OpenResty Lua.

$ luarocks install lua-resty-ipmatcher

-- IPv4, IPv6 and CIDR

local ipmatcher = require("resty.ipmatcher")
local ip = ipmatcher.new({
"127.0.0.1",
"192.168.0.0/16",
"::1",
"fe80::/32",
})

ngx.say(ip.match("127.0.0.1"))
ngx.say(ip.match("192.168.1.100"))
ngx.say(ip.match("::1"))
ngx.say(ip.match("fe80::1"))

Versions

0.6.1-01 year ago428,350 downloads
0.6-03 years ago250,662 downloads
0.5-03 years ago323 downloads
0.4-03 years ago3,207 downloads
0.3-03 years ago1,669 downloads
0.2-03 years ago1,311 downloads

Dependency for

amber-apigw, Apache APISIX, kong, lua-resty-expr, lua-resty-radixtree, lua-resty-radixtree, magic-apigw

Manifests