From 986d0cfa23d1c7e7e066a78d849dcc2b67d9991c Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Tue, 2 Nov 2021 23:16:04 +0100 Subject: Jami: also open TCP 5060 --- guix/vkraus/modules/firewall.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm index 50db43a..d66b4c4 100644 --- a/guix/vkraus/modules/firewall.scm +++ b/guix/vkraus/modules/firewall.scm @@ -68,7 +68,7 @@ table inet firewall { (define-public pk-firewall (make-firewall - ;; TCP ports: SSH, HTTP, HTTPS, IMAP, IPAMS, SMTP, SMTP, SMTPS, SMTPAUTH, XMPP-client, XMPP-server, MUMBLE, the substitute server - '(22 http https 143 993 25 10025 465 587 5222 5269 64738 8091) + ;; TCP ports: SSH, HTTP, HTTPS, IMAP, IPAMS, SMTP, SMTP, SMTPS, SMTPAUTH, XMPP-client, XMPP-server, MUMBLE, the substitute server, and SIP (jami) + '(22 http https 143 993 25 10025 465 587 5222 5269 64738 8091 5060) ;; UDP ports with Minetest and SIP '(http https 64738 30000 5060))) -- cgit v1.2.3