From 57fc0907c6d1e285cde6eb738bbbbb0cdd070956 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 1 Nov 2019 15:15:09 -0700 Subject: ensure torrent ports are open --- com/simatime/dev/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'com/simatime') diff --git a/com/simatime/dev/configuration.nix b/com/simatime/dev/configuration.nix index 69a015f..c096f85 100644 --- a/com/simatime/dev/configuration.nix +++ b/com/simatime/dev/configuration.nix @@ -16,6 +16,10 @@ ]; allowedTCPPortRanges = [ { from = 3000; to = 3100; } # dev stuff + { from = 6000; to = 6999; } # torrents + ]; + allowedUDPPortRanges = [ + { from = 6000; to = 6999; } # torrents ]; checkReversePath = false; }; -- cgit v1.2.3