From 9b9698210b925b2cda52c7649033194a4787e787 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 10 Oct 2024 23:59:47 +0200 Subject: [PATCH] config.php: add add_note option to ip api --- inc/config.php | 2 ++ 1 file changed, 2 insertions(+) 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