Skip to content

Releases: limithit/ngx_dynamic_limit_req_module

1.9.3: Merge pull request #13 from limithit/unix_socket

29 Jan 06:30
e4a4b4e
Compare
Choose a tag to compare

Optional support for unix socket, custom port, password

fix nginx 1.17.6

20 Nov 16:16
47c320e
Compare
Choose a tag to compare
Merge pull request #10 from limithit/limithit-patch-1

fix nginx 1.76

1.9.1: Merge pull request #7 from SoledaD208/fix_return_code

15 Jul 05:01
45b57c4
Compare
Choose a tag to compare

change some return code from NGX_OK to NGX_DECLINED

Bugfix

21 Nov 18:30
0baa3b8
Compare
Choose a tag to compare

When redis is closed or malfunction, worker process exited on signal 11

Bugfix

21 Nov 05:33
39196a9
Compare
Choose a tag to compare

Bugfix where redis connection did not close connection in if () condition

Such as
if ($document_uri ~* "getSmsVerifyCode.do"){
                dynamic_limit_req zone=sms burst=5 nodelay;
                dynamic_limit_req_status 444;
             }

Adjust the log

19 Jun 07:21
04c4d0e
Compare
Choose a tag to compare

Adjust the log

Bugfix

14 Jun 07:32
2b92114
Compare
Choose a tag to compare

Bugfix: Repair IP less than 14 bits of abnormal, intranet normal, public network abnormal