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