luci-app-qbittorrent: update default configure
This commit is contained in:
parent
9c33f54b18
commit
f2e1cf51fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user