From c52d9aa1b92c38e931da221db997b832594ebd88 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Wed, 9 Oct 2024 11:46:59 +0530 Subject: [PATCH] allow udp port for firewall punching --- hosts/canopus/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 6b69694..6b25633 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -32,6 +32,9 @@ enable = true; allowedTCPPorts = [80 443 22 3000 6666 8081]; + # Facilitate firewall punching + allowedUDPPorts = [41641]; + allowedTCPPortRanges = [ { from = 1714;