File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,14 @@ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
78
78
79
79
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
80
80
81
+ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
82
+ - String.find is faster than string match so use string.find where possible
83
+ - Improve speed of wildcard matches by not using string.find or string.match and using a custom function
84
+ - Performance improvement with logs
85
+ - Make sure users set custom commands get run on blocks
86
+
87
+ -- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
88
+
81
89
nginx-lua-anti-ddos-challenge (2.1-1) stable; urgency=medium
82
90
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
83
91
- Added a check on default secret key or password just incase a user has not changed it from default
Original file line number Diff line number Diff line change 116
116
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
117
117
- Performance improvement with logs
118
118
- Make sure users set custom commands get run on blocks
119
+ * Sat Sep 13 2025 C0nw0nk <C0nw0nk@github> - 2.2-1
120
+ - String.find is faster than string match so use string.find where possible
121
+ - Improve speed of wildcard matches by not using string.find or string.match and using a custom function
122
+ - Performance improvement with logs
123
+ - Make sure users set custom commands get run on blocks
119
124
* Fri Sep 12 2025 C0nw0nk <C0nw0nk@github> - 2.1-1
120
125
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
121
126
- Added a check on default secret key or password just incase a user has not changed it from default
You can’t perform that action at this time.
0 commit comments