qbittorrent port range
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user