From c96af223dbb7db34d44f8d5e8ae99580a189af5d Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 09:18:44 -0500 Subject: [PATCH] Add default qBittorrent config file --- qbittorrent/qBittorrent.conf | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 qbittorrent/qBittorrent.conf diff --git a/qbittorrent/qBittorrent.conf b/qbittorrent/qBittorrent.conf new file mode 100644 index 0000000..0bcf75d --- /dev/null +++ b/qbittorrent/qBittorrent.conf @@ -0,0 +1,39 @@ +[AutoRun] +enabled=false +program= + +[Preferences] +Bittorrent\AddTrackers=false +Bittorrent\MaxRatioAction=0 +Bittorrent\PeX=true +Connection\GlobalDLLimitAlt=10 +Connection\GlobalUPLimitAlt=10 +Connection\UPnP=false +Downloads\PreAllocation=false +Downloads\SavePath=/downloads/ +Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) +Downloads\TempPath=/downloads/temp/ +Downloads\TempPathEnabled=true +DynDNS\DomainName=changeme.dyndns.org +DynDNS\Enabled=false +DynDNS\Password= +DynDNS\Service=0 +DynDNS\Username= +General\Locale= +General\UseRandomPort=false +MailNotification\email= +MailNotification\enabled=false +MailNotification\password= +MailNotification\req_auth=false +MailNotification\req_ssl=false +MailNotification\smtp_server=smtp.changeme.com +MailNotification\username= +WebUI\Address=* +WebUI\AuthSubnetWhitelist=@Invalid() +WebUI\AuthSubnetWhitelistEnabled=false +WebUI\HTTPS\Enabled=false +WebUI\LocalHostAuth=true +WebUI\Port=8080 +WebUI\ServerDomains=* +WebUI\UseUPnP=true +WebUI\Username=admin