luci-app-qbittorrent: update default configure
This commit is contained in:
parent
9c33f54b18
commit
f2e1cf51fb
@ -3,9 +3,9 @@ enabled=false
|
|||||||
program=
|
program=
|
||||||
|
|
||||||
[BitTorrent]
|
[BitTorrent]
|
||||||
Session\DefaultSavePath=/tmp/
|
Session\DefaultSavePath=/tmp
|
||||||
Session\QueueingSystemEnabled=false
|
Session\QueueingSystemEnabled=false
|
||||||
Session\TempPath=/tmp/
|
Session\TempPath=/tmp
|
||||||
Session\TempPathEnabled=true
|
Session\TempPathEnabled=true
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
@ -15,7 +15,7 @@ AutoDeleteAddedTorrentFile=Never
|
|||||||
Accepted=true
|
Accepted=true
|
||||||
|
|
||||||
[Meta]
|
[Meta]
|
||||||
MigrationVersion=2
|
MigrationVersion=3
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Proxy\OnlyForTorrents=false
|
Proxy\OnlyForTorrents=false
|
||||||
@ -40,7 +40,7 @@ MailNotification\smtp_server=smtp.changeme.com
|
|||||||
MailNotification\username=
|
MailNotification\username=
|
||||||
WebUI\Address=*
|
WebUI\Address=*
|
||||||
WebUI\AlternativeUIEnabled=false
|
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\AuthSubnetWhitelistEnabled=true
|
||||||
WebUI\BanDuration=3600
|
WebUI\BanDuration=3600
|
||||||
WebUI\CSRFProtection=false
|
WebUI\CSRFProtection=false
|
||||||
@ -51,7 +51,7 @@ WebUI\HTTPS\CertificatePath=
|
|||||||
WebUI\HTTPS\Enabled=false
|
WebUI\HTTPS\Enabled=false
|
||||||
WebUI\HTTPS\KeyPath=
|
WebUI\HTTPS\KeyPath=
|
||||||
WebUI\HostHeaderValidation=false
|
WebUI\HostHeaderValidation=false
|
||||||
WebUI\LocalHostAuth=true
|
WebUI\LocalHostAuth=false
|
||||||
WebUI\MaxAuthenticationFailCount=10
|
WebUI\MaxAuthenticationFailCount=10
|
||||||
WebUI\Port=8080
|
WebUI\Port=8080
|
||||||
WebUI\ReverseProxySupportEnabled=false
|
WebUI\ReverseProxySupportEnabled=false
|
||||||
|
Loading…
Reference in New Issue
Block a user