Skip to content

Commit 46290be

Browse files
Add comment to ufw firewall rule so it's easier to figure out what's it's for in the future (#837)
1 parent ee6acd9 commit 46290be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To solve this, you will need to configure your firewall to allow such requests.
3636
If you are using [ufw](https://code.launchpad.net/ufw), this can be done with:
3737

3838
```sh
39-
sudo ufw allow in on br-+
39+
sudo ufw allow in on br-+ comment "(from Matrix Complement testing) Allow traffic from custom Docker networks to the host machine (host.docker.internal)"
4040
```
4141

4242
### Running using Podman

0 commit comments

Comments
 (0)