diff --git a/apps/openresty/1.21.4.3-2-1-focal/1pwaf/data/default/global.json b/apps/openresty/1.21.4.3-2-1-focal/1pwaf/data/default/global.json index b065e640..a694a694 100644 --- a/apps/openresty/1.21.4.3-2-1-focal/1pwaf/data/default/global.json +++ b/apps/openresty/1.21.4.3-2-1-focal/1pwaf/data/default/global.json @@ -70,6 +70,13 @@ "ipBlock": "on", "ipBlockTime": 600 }, + "unknownWebsite": { + "state": "on", + "type": "unknownWebsite", + "action": "deny", + "code": 403, + "res": "unknown" + }, "geoRestrict": { "state": "off", "rules": [], @@ -97,12 +104,12 @@ "action": "deny" }, "cc": { - "state": "off", + "state": "on", "type": "cc", "rule": "cc", "tokenTimeOut": 1800, "threshold": 100, - "duration": 10, + "duration": 20, "action": "deny", "ipBlock": "on", "ipBlockTime": 600