add upload speed limit for transmission

This commit is contained in:
ulic-youthlic 2025-03-06 05:59:46 +08:00
parent 1620d6cd44
commit 616460e4ee
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -31,6 +31,8 @@ in
watch-dir-enabled = true; watch-dir-enabled = true;
default-trackers = builtins.readFile "${inputs.bt-tracker}/all.txt"; default-trackers = builtins.readFile "${inputs.bt-tracker}/all.txt";
rpc-bind-address = "0.0.0.0"; rpc-bind-address = "0.0.0.0";
speed-limit-up-enabled = true;
speed-limit-up = 1000;
}; };
openRPCPort = true; openRPCPort = true;
openPeerPorts = true; openPeerPorts = true;