mirror of
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS.git
synced 2023-12-14 04:31:21 +00:00
Added Feature : Support for IPv4 and IPv6 Subnet ranges so you can use ranged IP address formats in the IP blacklist and whitelist feature Added Feature : User-Agent Blacklist Added Feature : User-Agent Whitelist Optimization : Removed ngx.md5 from encryption it was pointless since i encrypt data with salted hash sums so putting it into a md5 string first was a waste of time. Cleanup : Removed unwanted / nulled out ngx.log lines and print lines from code since they are not needed was junk code.