qbittorrent port range

This commit is contained in:
2024-08-25 02:00:43 -06:00
parent f9e8b6ca73
commit 22021fded2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ lib, config, pkgs, proxyReverse, ... }:
let
port = 9091;
ports = [ port 51413 ];
ports = [ port 51411 51412 51413 ];
bencodepy = pkgs.python3Packages.buildPythonPackage {
pname = "bencodepy";
version = "0.9.5";