summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-02 22:12:01 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-11-02 22:12:01 +0100
commitfeea9ffbd06db75fe3609ff996375d689fde3444 (patch)
tree53ee9d43921e1eb4bed11373026c04e8f856378f
parent432d4fe27b0d49ad4e49d94495ed8eb58ce7266c (diff)
Open port 5060 for Jami SIP
-rw-r--r--guix/vkraus/modules/firewall.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm
index 715caf2..50db43a 100644
--- a/guix/vkraus/modules/firewall.scm
+++ b/guix/vkraus/modules/firewall.scm
@@ -70,5 +70,5 @@ table inet 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)
- ;; UDP ports with Minetest
- '(http https 64738 30000)))
+ ;; UDP ports with Minetest and SIP
+ '(http https 64738 30000 5060)))