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;