no message

This commit is contained in:
hellcat 2025-04-04 20:43:55 +08:00
parent f07408434b
commit df1ebf894a

View File

@ -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,