File size: 542 Bytes
ddce7e8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"whitelist": {
"enabled": true,
"ips": [
"127.0.0.1",
"::1"
],
"comment": "白名单IP永远不会被封禁,内网IP段自动白名单无需配置"
},
"blocking": {
"enabled": true,
"tempBlockDuration": 3600000,
"maxViolationsBeforeTempBlock": 50,
"maxTempBlocksBeforePermanent": 10,
"violationWindow": 300000,
"violationDecayTime": 1800000,
"comment": "封禁配置:临时封禁1小时,5分钟内50次违规触发临时封禁,10次临时封禁触发永久封禁"
}
}
|