From 45cfd8092d910ec3600dfead3d880ff895e848e2 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 11 Dec 2024 12:42:32 +0100 Subject: [PATCH] Update 0.3.8.md --- website/docs/changelog/0.3.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/changelog/0.3.8.md b/website/docs/changelog/0.3.8.md index 6f704a4a..e54d98a9 100644 --- a/website/docs/changelog/0.3.8.md +++ b/website/docs/changelog/0.3.8.md @@ -16,6 +16,7 @@ Not yet released. ### 💅 Polish +- If ipv4 is not available on the server, new domains will instead use ipv6 in Nginx and Bind9 configuration files. [Full support for IPv6 only servers is in progress](https://github.com/stefanpejcic/OpenPanel/issues/296) - Redesigned OpenAdmin Dashboard page. - Suspending user will now redirect all their domains to custom [suspended_user.html](https://github.com/stefanpejcic/openpanel-configuration/blob/main/nginx/suspended_user.html) template. - OpenPanel can now be updated [directly from Github](/docs/admin/intro/#manual-updates).