From 75b51d24e9a9583f717e7722dba52ca7282ae71c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 20 Nov 2022 14:56:32 +0100 Subject: [PATCH] firewall: Allow connections to Minecraft from WAN --- hosts/architect/firewall.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/architect/firewall.nix b/hosts/architect/firewall.nix index 43117d5..119658f 100644 --- a/hosts/architect/firewall.nix +++ b/hosts/architect/firewall.nix @@ -29,6 +29,7 @@ let gitea_tcp torrent_a torrent_b + minecraft_tcp ]; open_udp_ports = lib.concatMapStringsSep "," (x: toString x) [ wireguard_udp