From c367d8f5d7e0223e989ec91a2dc827de60dd8785 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 29 Dec 2025 15:37:56 -0600 Subject: [PATCH] Add comment to `ufw` firewall rule so it's easier to figure out what's it's for in the future --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ee3e1a..4e3797f9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To solve this, you will need to configure your firewall to allow such requests. If you are using [ufw](https://code.launchpad.net/ufw), this can be done with: ```sh -sudo ufw allow in on br-+ +sudo ufw allow in on br-+ comment "(from Matrix Complement testing) Allow traffic from custom Docker networks to the host machine (host.docker.internal)" ``` ### Running using Podman