├── .gitignore ├── LICENSE ├── README.md ├── captcha.lua ├── cookie.lua ├── nla.conf ├── nla.lua └── nla_captcha.conf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/README.md -------------------------------------------------------------------------------- /captcha.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/captcha.lua -------------------------------------------------------------------------------- /cookie.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/cookie.lua -------------------------------------------------------------------------------- /nla.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/nla.conf -------------------------------------------------------------------------------- /nla.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/nla.lua -------------------------------------------------------------------------------- /nla_captcha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeyiw/ngx_lua_anticc/HEAD/nla_captcha.conf --------------------------------------------------------------------------------