diff --git a/config.php b/config.php index 42d5aa1..37bdb4c 100644 --- a/config.php +++ b/config.php @@ -65,6 +65,10 @@ define('CUSTOM_HOST_SUB', 'https://app.global.bilibili.com'); //泰区 搜索字 // define('CUSTOM_HOST_HK', $hk_api[$hk_sum]); //随机调用HK 启用要注释上方默认api // define('CUSTOM_HOST_TW', $tw_api[$tw_sum]); //随机调用TW 启用要注释上方默认api +// 指定socks5 +define('SOCKS5_PROXY', 0); // 开启功能。0 否, 1 是 +define('SOCKS5_PROXY_IP', "127.0.0.1:1234"); // 自行修改地址 + // 指定ip回源 define('IP_RESOLVE', 0); // 开启功能。0 否, 1 是 $ips=array('172.0.0.1','192.168.0.1','1.2.3.4'); diff --git a/index.php b/index.php index a4f6fb0..513dcbd 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@