From 0bbc82c83043102b3ba1f1a8c1608e92c65ec225 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 28 Mar 2020 18:17:37 -0700 Subject: Open UDP port for murmur --- Com/Simatime/dev/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Com/Simatime/dev/configuration.nix') diff --git a/Com/Simatime/dev/configuration.nix b/Com/Simatime/dev/configuration.nix index bb60b59..1415930 100644 --- a/Com/Simatime/dev/configuration.nix +++ b/Com/Simatime/dev/configuration.nix @@ -21,6 +21,7 @@ in { { from = 3000; to = 3100; } # dev stuff { from = 6000; to = 6999; } # torrents ]; + allowedUDPPorts = [ murmurPort ]; allowedUDPPortRanges = [ { from = 6000; to = 6999; } # torrents ]; -- cgit v1.2.3