From d1a36126487bfcd88bf8ae3c89d7bc85d24047e4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 28 Jul 2024 20:31:00 +0200 Subject: [PATCH] Update firewall.md --- documentation/docs/admin/security/firewall.md | 28 +++++++++++++++---- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/documentation/docs/admin/security/firewall.md b/documentation/docs/admin/security/firewall.md index bc63104e..6809f2a3 100644 --- a/documentation/docs/admin/security/firewall.md +++ b/documentation/docs/admin/security/firewall.md @@ -25,11 +25,13 @@ If Uncomplicated Firewall (UFW) is installed, our custom interface will be displ ![openadmin firewall settings](/img/admin/adminpanel_firewall_settings.png) -The firewall settings page provides three tabs: +The firewall settings page provides multiple tabs: -- IPv4 - that lists all IPv4 firewall rules -- IPv6 - that lists all IPv6 firewall rules -- Logs - displays the UFW service log +- IPv4 - View and manage IPv4 firewall rules +- IPv6 - View and manage IPv6 firewall rules +- Settings - Manage UFW settings +- Blacklists - Enable/disable blaklists +- Logs - view the UFW service log ### View existing rules @@ -40,9 +42,9 @@ For IPv6 rules, navigate to the IPv6 tab. ### Add Rules -To create a new rule click on the 'New Rule' button and in the modal choose 'ALLOW' to allow the IP address or port, and 'DENY' to block access for IP address or port. +To create a new rule click on the 'Add Rule' button and in the modal choose 'ALLOW' to allow the IP address or port, and 'DENY' to block access for IP address or port. -![openadmin firewall add rule](/img/admin/adminpanel_firewall_add_rule.png) +![openadmin firewall add rule](/img/admin/openadmin_ufw_ip.png) ### Delete Rules @@ -51,6 +53,20 @@ To delete a rule click on the 'Delete' link next to it, and in the confirmaiton ![openadmin firewall delete rule](/img/admin/adminpanel_firewall_delete_rule.png) +### Settings + + + + +### Blacklists + + +openadmin_ufw_blacklists.png + + +--skip-blacklists + + ### View logs For logs, navigate to the 'Logs' tab.