From bcf39b49233b4aff915718ba8503bcd5fb05fef8 Mon Sep 17 00:00:00 2001 From: olli <> Date: Fri, 4 Aug 2023 11:28:03 +0200 Subject: [PATCH] basic installation --- matrix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matrix.yml b/matrix.yml index e113966..49d0314 100644 --- a/matrix.yml +++ b/matrix.yml @@ -408,11 +408,11 @@ port: '3479' proto: udp -# - name: Port 8448 needen by matrix federation -# community.general.ufw: -# rule: allow -# port: '8448' -# proto: tcp + - name: Port 8448 needed by matrix federation + community.general.ufw: + rule: allow + port: '8448' + proto: tcp