forked from leftypol/leftypol
config.php: add add_note option to ip api
This commit is contained in:
parent
155a6eae84
commit
9b9698210b
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@
|
|||
// IPHub API key for checking for bad proxies (https://iphub.info/api).
|
||||
'key' => '',
|
||||
],
|
||||
// If true, add a note to the IP explaining why it was banned.
|
||||
'add_note' => false,
|
||||
// If you find that a lot of spammers are coming from a specific ISP, or ASN,
|
||||
// you can put the ISP in isp_blacklist and/or the ASN in asn_blacklist
|
||||
// USE THIS WITH CAUTION, IT MAY PREVENT NON-SPAMMERS FROM POSTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue