Update integrations.ts

This commit is contained in:
Stefan Pejcic 2024-08-28 19:40:46 +02:00 committed by GitHub
parent 32cce3dd74
commit 1cc919674a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -396,7 +396,7 @@ export const integrations: IntegrationsType = {
name: "Firewall", name: "Firewall",
icon: Firewall, icon: Firewall,
description: description:
"Administrators can manage (UFW) firewall rules directly from the admin interface. Only needed ports are open for users, and administrators have full control over them.", "Administrators can manage both CSF or UFW rules directly from the admin interface. Only needed ports are open for users, and administrators have full control over them.",
url: "/docs/admin/security/firewall/", url: "/docs/admin/security/firewall/",
status: "stable", status: "stable",
}, },