docs: update linux/linux-firewall

This commit is contained in:
2026-03-16 00:13:46 +00:00
committed by Norsotec
parent 8475b3bbd4
commit 297cf76772

View File

@@ -2,7 +2,7 @@
title: Firewall Linux
description: Firewall Konfiguration unter Linux
published: true
date: 2026-03-16T00:11:57.931Z
date: 2026-03-16T00:13:44.032Z
tags: firewall, linux
editor: markdown
dateCreated: 2026-03-15T23:56:44.726Z
@@ -34,3 +34,8 @@ ufw allow 2222/tcp
ufw allow 21115:21119/tcp
ufw allow 21115:21119/udp
```
## Firewall einschalten
Mit diesem Befehl schaltet man die Firewall ein:
```bash
sudo ufw enable
```