新增支持站点伊甸园hdbd。

This commit is contained in:
iyuu.cn
2020-04-11 10:16:11 +08:00
parent dc651174b8
commit c7f4859cb7
3 changed files with 22 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use IYUU\Library\Table;
class AutoReseed
{
// 版本号
const VER = '1.7.6';
const VER = '1.7.7';
// RPC连接
private static $links = [];
// 客户端配置
@ -717,6 +717,7 @@ class AutoReseed
break;
case 'm-team':
case 'moecat':
case 'hdbd':
$ip_type = '';
if (isset($configALL[$site]['ip_type'])) {
$ip_type = $configALL[$site]['ip_type'] == 'ipv6' ? '&ipv6=1' : '';