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 (1.1-1) stable; urgency=medium
2
+ - Added Feature Content-Type Caching using ngx.location.capture
3
+ - This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
4
+ - Added Feature HTML modification / Modify you can capture and modify pages outputs with this includding adding javascript to pages etc.
5
+ - Added Feature option for users who have other scripts on their nginx server to be able to run those after this. `ngx_exit` trigger.
6
+ - Fixed the shdict check i left it as a string `tostring` and a true or false check was not working properly.
7
+
8
+ -- C0nw0nk <C0nw0nk@github> Wed, 20 Aug 2025 00:00:00 +0000
9
+
1
10
nginx-lua-anti-ddos-challenge (1.0-1) stable; urgency=medium
2
11
- Initial packaging (RPM and DEB) for anti_ddos_challenge.lua created and maintained by C0nw0nk (https://github.com/C0nw0nk)
3
12
Original file line number Diff line number Diff line change 66
66
67
67
# Auto added - DONT REMOVE
68
68
%changelog
69
+ * Wed Aug 20 2025 C0nw0nk <C0nw0nk@github> - 1.1-1
70
+ - Added Feature Content-Type Caching using ngx.location.capture
71
+ - This is the same as `proxy_cache` or `fastcgi_cache` in nginx just more features and better.
72
+ - Added Feature HTML modification / Modify you can capture and modify pages outputs with this includding adding javascript to pages etc.
73
+ - Added Feature option for users who have other scripts on their nginx server to be able to run those after this. `ngx_exit` trigger.
74
+ - Fixed the shdict check i left it as a string `tostring` and a true or false check was not working properly.
69
75
* Sat Aug 09 2025 C0nw0nk <C0nw0nk@github> - 1.0-1
70
76
- Initial packaging (RPM and DEB) for anti_ddos_challenge.lua created and maintained by C0nw0nk (https://github.com/C0nw0nk)
71
77
* Sat Aug 09 2025 C0nw0nk <C0nw0nk@github> - 1.0-1
You can’t perform that action at this time.
0 commit comments