diff options
Diffstat (limited to 'Com/Simatime/dev')
-rw-r--r-- | Com/Simatime/dev/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 ]; |