From baa3475f9a4ca988dcfd58a7a728020f238f4b35 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 8 Jun 2024 13:50:59 +0200 Subject: [PATCH] Update 0.2.1.md --- documentation/docs/changelog/0.2.1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/docs/changelog/0.2.1.md b/documentation/docs/changelog/0.2.1.md index 6ba75b4c..b58e578e 100644 --- a/documentation/docs/changelog/0.2.1.md +++ b/documentation/docs/changelog/0.2.1.md @@ -10,6 +10,7 @@ Not yet released. ### 🚀 New features - [OpenPanel Enterprise Edition](/product/openpanel-premium-control-panel/) - OpenAdmin > Templates +- [Internal OpenPanel blacklist](#openpanel-blacklist) ### 🐛 Bug fixes - Excluded `/send_email` route on OpenAdmin from terms check. @@ -48,3 +49,16 @@ Delete license key: ```bash opencli license delete ``` + +### OpenPanel Blacklist + +OpenPanel Blacklist shows top 10000 IP addresses that are currently involved *(in last 12hr) with attacks to OpenPanel servers. + +The list is auto-generated from the data collected by Sentinel service. Data is checked against other blacklists in order to avoid any false-positives and provide always up-to-date information. + +URL: https://api.openpanel.co/blocklist.txt + +![openpanel blacklist](https://i.postimg.cc/N0QncRRt/2024-06-08-13-45.png) + +Starting OpenPanel 0.2.1 this blacklist will be enabled by default in [IPset Blacklists](/docs/changelog/0.1.9/#ipset-blacklists). +