forked from leftypol/leftypol
config.php: add ip block on api suggestion
This commit is contained in:
parent
61d58d7707
commit
f7676d13d4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue