From a4cfbdd19e71435a2cb619f04011a43117f460b2 Mon Sep 17 00:00:00 2001 From: marmattheo Date: Thu, 12 Jun 2025 03:19:28 +0000 Subject: [PATCH] added ufw as firewall --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f08f7c5..258cb6d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,12 @@ After the playbook completes successfully: ``` > Follow the self-signed certificate instructions when prompted. -5. **Configure Firewall for ufw (Optional: only if you are using ufw):** +5. **Configure Firewall using ufw (Optional):** + + Install ufw and enable: + ```bash + sudo apt install ufw -y && sudo enable ufw + ``` Ensure Incus is listening on the network: