Open port 8448 for matrix federation

This commit is contained in:
Gene Liverman 2024-07-20 20:09:18 -04:00
parent 145e5b8271
commit e1ef4eceaa

View file

@ -29,6 +29,7 @@
443 # https to local Nginx 443 # https to local Nginx
465 # SMTP with TLS 465 # SMTP with TLS
587 # SMTP with STARTTLS 587 # SMTP with STARTTLS
8448 # Matrix Synapse
]; ];
# firewall.allowedUDPPorts = [ ... ]; # firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether. # Or disable the firewall altogether.