From 5e6a06fbebcc00779876a5e67fe33a6f87c8be96 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sun, 23 Jul 2023 23:48:27 +0100 Subject: [PATCH] Open UDP ports also --- hosts/bigding/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/bigding/configuration.nix b/hosts/bigding/configuration.nix index 88079c1..2769089 100644 --- a/hosts/bigding/configuration.nix +++ b/hosts/bigding/configuration.nix @@ -32,6 +32,12 @@ to = 12515; } ]; + allowedUDPPortRanges = [ + { + from = 12500; + to = 12515; + } + ]; interfaces = { "tailscale0" = { allowedUDPPorts = [41641];