summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-03 00:52:07 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-11-03 00:52:07 +0100
commitbf44671408fa1513c1224222c7c2fce3bd07778a (patch)
tree85d3b622a665fac03fb4c033e2ede04bf5549014
parent986d0cfa23d1c7e7e066a78d849dcc2b67d9991c (diff)
Revert "Open port 5060 for Jami SIP"
This reverts commit feea9ffbd06db75fe3609ff996375d689fde3444.
-rw-r--r--guix/vkraus/modules/firewall.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm
index d66b4c4..715caf2 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, 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)))
+ ;; 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)))