From 69bc7c14759e3d40163c363e1e832274752fce41 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 2 Apr 2021 11:50:53 +0200 Subject: Open ports for mumble --- guix/vkraus/modules/firewall.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix/vkraus/modules/firewall.scm') diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm index 1f2fa5e..87eaf78 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 - '(22 http https 143 993 25 10025 465 587 5222 5269) + ;; TCP ports: SSH, HTTP, HTTPS, IMAP, IPAMS, SMTP, SMTP, SMTPS, SMTPAUTH, XMPP-client, XMPP-server, MUMBLE + '(22 http https 143 993 25 10025 465 587 5222 5269 64738) ;; UDP ports - '(http https))) + '(http https 64738))) -- cgit v1.2.3