config.php: add ip block on api suggestion

This commit is contained in:
Zankaria 2024-10-10 22:24:06 +02:00
parent 61d58d7707
commit f7676d13d4

View file

@ -251,7 +251,11 @@
'asn_blacklist' => [],
// IPs in this array won't be checked.
// This can be used if known legitimate posters are getting blocked by a backend.
'ip_whitelist' => []
'ip_whitelist' => [],
// Block according to the API suggestion.
// Use 0 to ignore this field, 1 to block those which are strongly suggested to be blocked,
// 2 to block all which aren't known good actors.
'ip_block' => 0
];
/*