From df1ebf894ada356c19749d647ea1639ddc042964 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 4 Apr 2025 20:43:55 +0800 Subject: [PATCH] no message --- src/Services/Subscribe/Clash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Subscribe/Clash.php b/src/Services/Subscribe/Clash.php index 124c7cca..430a01bf 100755 --- a/src/Services/Subscribe/Clash.php +++ b/src/Services/Subscribe/Clash.php @@ -37,7 +37,7 @@ final class Clash extends Base 'server' => $node_raw->server, 'port' => (int) $node_custom_config['offset_port_user'], 'password' => $user->passwd, - 'cipher' => $node_custom_config['method'] + 'cipher' => $node_custom_config['method'], 'udp' => (bool) $udp, 'plugin' => $plugin, 'plugin-opts' => $plugin_option,