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,