File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ nginx-lua-anti-ddos-challenge (2.0-1) stable; urgency=medium
2+ - Remove dependancy for ngx.re.gsub tests come back string.gsub is fast enough and performs better overall.
3+ - Improved cache logs to make more readable/understandable
4+ - Added extra details to Range, WAF and blocking logs
5+ - Remove un-needed custom command checks
6+ - Fix incase user does not want to use shared memory zones the function to obtain users real ip was not present added.
7+
8+ -- C0nw0nk <C0nw0nk@github> Thu, 11 Sep 2025 00:00:00 +0000
9+
110nginx-lua-anti-ddos-challenge (1.9-1) stable; urgency=medium
211 - Move Internal headers to a function
312 - Do IP blocked/banned checks before anything else no point generating headers if IP has been blocked for flooding
Original file line number Diff line number Diff line change 6666
6767# Auto added - DONT REMOVE
6868%changelog
69+ * Thu Sep 11 2025 C0nw0nk <C0nw0nk@github> - 2.0-1
70+ - Remove dependancy for ngx.re.gsub tests come back string.gsub is fast enough and performs better overall.
71+ - Improved cache logs to make more readable/understandable
72+ - Added extra details to Range, WAF and blocking logs
73+ - Remove un-needed custom command checks
74+ - Fix incase user does not want to use shared memory zones the function to obtain users real ip was not present added.
6975* Wed Sep 10 2025 C0nw0nk <C0nw0nk@github> - 1.9-1
7076- Move Internal headers to a function
7177- Do IP blocked/banned checks before anything else no point generating headers if IP has been blocked for flooding
You can’t perform that action at this time.
0 commit comments