mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-30 16:07:24 +08:00
fix: fix brutal-opts configure for clashMeta
This commit is contained in:
@@ -666,7 +666,7 @@ class ClashMeta extends AbstractProtocol
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if (data_get($multiplex, 'brutal.enabled')) {
|
if (data_get($multiplex, 'brutal.enabled')) {
|
||||||
$array['smux']['brutal'] = [
|
$array['smux']['brutal-opts'] = [
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'up' => data_get($multiplex, 'brutal.up_mbps'),
|
'up' => data_get($multiplex, 'brutal.up_mbps'),
|
||||||
'down' => data_get($multiplex, 'brutal.down_mbps'),
|
'down' => data_get($multiplex, 'brutal.down_mbps'),
|
||||||
|
|||||||
Reference in New Issue
Block a user