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