Created
July 26, 2019 16:00
-
-
Save satrobit/026312ee2e48a4c23a495102ce27b4ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package = "lua-resty-ddos" | |
version = "v0.1.0-1" | |
source = { | |
url = "git://github.com/satrobit/lua-resty-ddos.git" | |
} | |
description = { | |
summary = "A sample module to ddos mitigation in OpenResty", | |
homepage = "https://github.com/satrobit/lua-resty-ddos", | |
license = "MIT", | |
maintainer = "[email protected]" | |
} | |
dependencies = { | |
"lua >= 5.1", | |
"lua-resty-jwt >= 0.2.0-0", | |
"lua-resty-cookie >= 0.1.0-1" | |
} | |
build = { | |
type = "builtin", | |
modules = { | |
["resty.ddos"] = "lib/resty/ddos.lua" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment