fix: Add correct bittorrent protocol settings for qbittorrent
This commit is contained in:
parent
d88878a0dc
commit
0bb73b8c64
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
|||
|
||||
serverConfig = {
|
||||
LegalNotice.Accepted = true;
|
||||
|
||||
BitTorrent = {
|
||||
"Session\\BTProtocol" = "TCP";
|
||||
"Session\\DHTEnabled" = false;
|
||||
"Session\\LSDEnabled" = false;
|
||||
"Session\\PeXEnabled" = false;
|
||||
"Session\\QueueingSystemEnabled" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue