| { | |
| "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次临时封禁触发永久封禁" | |
| } | |
| } | |