docs: update linux/linux-firewall

This commit is contained in:
2026-03-16 00:16:51 +00:00
committed by Norsotec
parent 4e4aea28ec
commit 0205a08a0c

View File

@@ -2,7 +2,7 @@
title: Firewall Linux title: Firewall Linux
description: Firewall Konfiguration unter Linux description: Firewall Konfiguration unter Linux
published: true published: true
date: 2026-03-16T00:15:45.043Z date: 2026-03-16T00:16:49.388Z
tags: firewall, linux tags: firewall, linux
editor: markdown editor: markdown
dateCreated: 2026-03-15T23:56:44.726Z dateCreated: 2026-03-15T23:56:44.726Z
@@ -39,7 +39,7 @@ Mit diesem Befehl schaltet man die Firewall ein:
```bash ```bash
sudo ufw enable sudo ufw enable
``` ```
Danach prüfen: Die Maschine neustarten und danach prüfen:
```bash ```bash
sudo ufw status numbered sudo ufw status numbered
``` ```