From ee55d7fa72c7930c1f58541ab8a1de15ece6d8c6 Mon Sep 17 00:00:00 2001 From: xboard Date: Tue, 17 Mar 2026 12:26:10 +0800 Subject: [PATCH] fix: fix brutal-opts configure for clashMeta --- app/Protocols/ClashMeta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Protocols/ClashMeta.php b/app/Protocols/ClashMeta.php index f3ee57f..8e73fe5 100644 --- a/app/Protocols/ClashMeta.php +++ b/app/Protocols/ClashMeta.php @@ -666,7 +666,7 @@ class ClashMeta extends AbstractProtocol ]); if (data_get($multiplex, 'brutal.enabled')) { - $array['smux']['brutal'] = [ + $array['smux']['brutal-opts'] = [ 'enabled' => true, 'up' => data_get($multiplex, 'brutal.up_mbps'), 'down' => data_get($multiplex, 'brutal.down_mbps'),