mirror of
https://github.com/v2board/v2board.git
synced 2025-07-05 11:33:23 +08:00
修正:hy1需要设置up和down参数
This commit is contained in:
@ -215,8 +215,8 @@ class General
|
||||
'auth' => $password,
|
||||
'insecure' => $server['insecure'],
|
||||
'peer' => $server['server_name']
|
||||
//'upmbps' => $server['up_mbps'],
|
||||
//'downmbps' => $server['up_mbps']
|
||||
'upmbps' => $server['up_mbps'],
|
||||
'downmbps' => $server['up_mbps']
|
||||
]);
|
||||
$uri .= $query;
|
||||
if (isset($server['obfs']) && isset($server['obfs_password'])) {
|
||||
|
Reference in New Issue
Block a user