config.php: add add_note option to ip api

This commit is contained in:
Zankaria 2024-10-10 23:59:47 +02:00
parent 155a6eae84
commit 9b9698210b

View file

@ -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