diff options
author | Ben Sima <ben@bsima.me> | 2020-11-15 07:19:55 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-15 07:19:55 -0800 |
commit | e203fb1c8dfbe784f729eda3360a5a51677dc380 (patch) | |
tree | 653be3574be7caaa758cdcfe500f83125c3093b5 /Biz | |
parent | 37a5d838be7a0778036dbb10ca302536190f19b4 (diff) |
Change torrent ports
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Dev/Configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 ]; |