diff --git a/qbittorrent/qBittorrent.conf b/qbittorrent/qBittorrent.conf index 720da16..6975307 100644 --- a/qbittorrent/qBittorrent.conf +++ b/qbittorrent/qBittorrent.conf @@ -1,12 +1,12 @@ [BitTorrent] Session\BTProtocol=Both +Session\DefaultSavePath=/downloads +Session\TempPath=/downloads/temp +Session\TempPathEnabled=true +Session\UseRandomPort=true +Session\Port=8999 [Preferences] -Connection\PortRangeMin=8999 -Downloads\SavePath=/downloads/ -Downloads\TempPath=/downloads/temp/ -Downloads\TempPathEnabled=true -General\UseRandomPort=false WebUI\Username=admin WebUI\Port=8080 -WebUI\HostHeaderValidation=false +WebUI\HostHeaderValidation=false \ No newline at end of file