mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-07-08 08:31:53 +00:00
修改示例配置IP为本机
This commit is contained in:
@ -39,7 +39,7 @@ return array(
|
|||||||
# 开始
|
# 开始
|
||||||
array(
|
array(
|
||||||
'type' => 'qBittorrent', // 支持:transmission、qBittorrent
|
'type' => 'qBittorrent', // 支持:transmission、qBittorrent
|
||||||
'host' => 'http://www.baidu.com:8083',
|
'host' => 'http://127.0.0.1:8083',
|
||||||
'username' => '',
|
'username' => '',
|
||||||
'password' => '',
|
'password' => '',
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user