diff options
author | Ben Sima <ben@bsima.me> | 2020-03-28 18:17:37 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-28 18:18:02 -0700 |
commit | 0bbc82c83043102b3ba1f1a8c1608e92c65ec225 (patch) | |
tree | 29fd57ddcb6442f5b54a50dc2fbffc46ec0e1600 /Com/Simatime/dev/configuration.nix | |
parent | 5ea2d7974999f11e30156498639b14e0b5bd1532 (diff) |
Open UDP port for murmur
Diffstat (limited to 'Com/Simatime/dev/configuration.nix')
-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 ]; |