From f2e1cf51fb73ae241a281fe6dff26038a98c02f9 Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 4 Mar 2022 05:00:54 +0800 Subject: [PATCH] luci-app-qbittorrent: update default configure --- .../root/etc/qbittorrent/qBittorrent.conf.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example b/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example index 7cdfc5b..2533cea 100644 --- a/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example +++ b/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example @@ -3,9 +3,9 @@ enabled=false program= [BitTorrent] -Session\DefaultSavePath=/tmp/ +Session\DefaultSavePath=/tmp Session\QueueingSystemEnabled=false -Session\TempPath=/tmp/ +Session\TempPath=/tmp Session\TempPathEnabled=true [Core] @@ -15,7 +15,7 @@ AutoDeleteAddedTorrentFile=Never Accepted=true [Meta] -MigrationVersion=2 +MigrationVersion=3 [Network] Proxy\OnlyForTorrents=false @@ -40,7 +40,7 @@ MailNotification\smtp_server=smtp.changeme.com MailNotification\username= WebUI\Address=* WebUI\AlternativeUIEnabled=false -WebUI\AuthSubnetWhitelist=10.0.0.0/24 +WebUI\AuthSubnetWhitelist=10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 WebUI\AuthSubnetWhitelistEnabled=true WebUI\BanDuration=3600 WebUI\CSRFProtection=false @@ -51,7 +51,7 @@ WebUI\HTTPS\CertificatePath= WebUI\HTTPS\Enabled=false WebUI\HTTPS\KeyPath= WebUI\HostHeaderValidation=false -WebUI\LocalHostAuth=true +WebUI\LocalHostAuth=false WebUI\MaxAuthenticationFailCount=10 WebUI\Port=8080 WebUI\ReverseProxySupportEnabled=false