From cc99fc576dc2cf1ac54b83cc1c71f5259695abb3 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 26 Aug 2021 21:59:10 +0200 Subject: Add a minetest service type --- guix/vkraus/modules/firewall.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/vkraus/modules/firewall.scm') diff --git a/guix/vkraus/modules/firewall.scm b/guix/vkraus/modules/firewall.scm index 87eaf78..0ffc9ad 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 '(22 http https 143 993 25 10025 465 587 5222 5269 64738) - ;; UDP ports - '(http https 64738))) + ;; UDP ports with Minetest + '(http https 64738 30000))) -- cgit v1.2.3