From 8561fac8c4ce6019e1177667ead7cb039ec81ff5 Mon Sep 17 00:00:00 2001 From: IYUU Date: Fri, 31 Jan 2020 12:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BA=E4=BE=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AEIP=E4=B8=BA=E6=9C=AC=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 9f7d234..bd9add4 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -39,7 +39,7 @@ return array( # 开始 array( 'type' => 'qBittorrent', // 支持:transmission、qBittorrent - 'host' => 'http://www.baidu.com:8083', + 'host' => 'http://127.0.0.1:8083', 'username' => '', 'password' => '', ),