From e203fb1c8dfbe784f729eda3360a5a51677dc380 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 15 Nov 2020 07:19:55 -0800 Subject: Change torrent ports --- Biz/Dev/Configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Biz/Dev') diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index c0c9e0a..970122e 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -3,7 +3,7 @@ let ports = { murmur = 64738; - torrents = { from = 6000; to = 6999; }; + torrents = { from = 3000; to = 3002; }; delugeWeb = 8112; jellyfin = 8096; }; @@ -24,7 +24,6 @@ in { ports.murmur ]; allowedTCPPortRanges = [ - { from = 3000; to = 3100; } # dev stuff ports.torrents ]; allowedUDPPorts = [ ports.murmur ]; -- cgit v1.2.3