1
0
Fork 0

feat: update openresty version

This commit is contained in:
zhengkunwang223 2025-04-27 14:25:01 +08:00 committed by CityFun
parent 89d124a363
commit e27bdc7b77
139 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"waf": { "waf": {
"state": "on", "state": "off",
"mode": "protection", "mode": "protection",
"secret": "" "secret": ""
}, },
@ -116,7 +116,7 @@
"ipBlockTime": 3000 "ipBlockTime": 3000
}, },
"fileExt": { "fileExt": {
"state": "on", "state": "off",
"action": "deny", "action": "deny",
"code": 403, "code": 403,
"type": "fileExtCheck" "type": "fileExtCheck"
@ -155,7 +155,7 @@
"state": "off" "state": "off"
}, },
"vuln": { "vuln": {
"state": "on", "state": "off",
"type": "vulnCheck", "type": "vulnCheck",
"code": 403, "code": 403,
"action": "deny" "action": "deny"
@ -167,7 +167,7 @@
"external": ["acl","ipWhite","ipBlack","geoRestrict","urlWhite","urlBlack","uaWhite","uaBlack"] "external": ["acl","ipWhite","ipBlack","geoRestrict","urlWhite","urlBlack","uaWhite","uaBlack"]
}, },
"strict": { "strict": {
"state": "on", "state": "off",
"type": "strict", "type": "strict",
"code": 403, "code": 403,
"action": "deny" "action": "deny"

View File

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Some files were not shown because too many files have changed in this diff Show More