summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-10-16 19:19:18 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-10-16 19:19:18 +0200
commit83d914eddb57cc717c153a705ca825de05531627 (patch)
treef2ee304ba9f011f1a3f6f64ca6c2b3a2508438b4
parentec083b2a06f95f48660f08526ef7fe5f97b6ea27 (diff)
Open the port for local substitute server
-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 0ffc9ad..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
- '(22 http https 143 993 25 10025 465 587 5222 5269 64738)
+ ;; 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)))