diff --git a/inc/config.php b/inc/config.php index 708dd3c3..f4656328 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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