feat: disabling bittorrent on aria2

This commit is contained in:
Chubby Granny Chaser 2024-07-02 15:50:17 +01:00
parent 1cc5a5b209
commit 16a8c28935
No known key found for this signature in database

View file

@ -14,9 +14,8 @@ export const startAria2 = () => {
"--rpc-listen-all",
"--file-allocation=none",
"--allow-overwrite=true",
"--enable-peer-exchange=false",
"--enable-dht=false",
"--bt-enable-lpd=false",
"--disable-bittorrent",
"--disable-metalink",
],
{ stdio: "inherit", windowsHide: true }
);