fix: Add correct bittorrent protocol settings for qbittorrent

This commit is contained in:
batteredbunny 2025-04-21 23:21:58 +03:00
parent d88878a0dc
commit 0bb73b8c64

View file

@ -12,6 +12,14 @@
serverConfig = {
LegalNotice.Accepted = true;
BitTorrent = {
"Session\\BTProtocol" = "TCP";
"Session\\DHTEnabled" = false;
"Session\\LSDEnabled" = false;
"Session\\PeXEnabled" = false;
"Session\\QueueingSystemEnabled" = false;
};
};
};