Hello,
I would like to add some blacklist and white list IPs to Nginx dynamically. I found simple example of blocking single IP with access_by_lua in lua-nginx-module document (
https://github.com/openresty/lua-nginx-module#synopsis ). but could not find the way to block the entire range of IPs.
Could someone explain how to block/whitelist range of IPs (subnet) or even entire country IPs using lua-nginx-module module?
Thanks,
Makailol