From fba3b6c1ae6e0acaed54cc49593c98e2ad6c4ee6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 6 Sep 2024 10:05:46 +0200 Subject: [PATCH] Update 0.2.8.md --- documentation/docs/changelog/0.2.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/changelog/0.2.8.md b/documentation/docs/changelog/0.2.8.md index 58286b16..63e6f2be 100644 --- a/documentation/docs/changelog/0.2.8.md +++ b/documentation/docs/changelog/0.2.8.md @@ -60,4 +60,5 @@ Not yet released. - `opencli admin new` and `opencli admin password` will now do validations for username/password fields: must contain only letters and numbers, and be between 5 and 20 characters. - Adding applications is disabled from OpenPanel > PM2 interface until a domain is added. - 2FA is now an optional module that is enabled by default. +- All opencli scripts now use same file for a list of servers for ip checks: `/usr/local/admin/core/scripts/ip_servers.sh`.