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 @@ -118,6 +118,14 @@ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
118
118
119
119
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
120
120
121
+ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
122
+ - String.find is faster than string match so use string.find where possible
123
+ - Improve speed of wildcard matches by not using string.find or string.match and using a custom function
124
+ - Performance improvement with logs
125
+ - Make sure users set custom commands get run on blocks
126
+
127
+ -- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
128
+
121
129
nginx-lua-anti-ddos-challenge (2.1-1) stable; urgency=medium
122
130
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
123
131
- 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 141
141
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
142
142
- Performance improvement with logs
143
143
- Make sure users set custom commands get run on blocks
144
+ * Sat Sep 13 2025 C0nw0nk <C0nw0nk@github> - 2.2-1
145
+ - String.find is faster than string match so use string.find where possible
146
+ - Improve speed of wildcard matches by not using string.find or string.match and using a custom function
147
+ - Performance improvement with logs
148
+ - Make sure users set custom commands get run on blocks
144
149
* Fri Sep 12 2025 C0nw0nk <C0nw0nk@github> - 2.1-1
145
150
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
146
151
- 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