diff --git a/app/Components/Client/Clash.php b/app/Components/Client/Clash.php index d705848f..7b54c383 100644 --- a/app/Components/Client/Clash.php +++ b/app/Components/Client/Clash.php @@ -33,9 +33,11 @@ class Clash 'password' => $server['passwd'], 'cipher' => $server['method'], 'obfs' => $server['obfs'], - 'obfsparam' => $server['obfs_param'], 'protocol' => $server['protocol'], + 'obfsparam' => $server['obfs_param'], 'protocolparam' => $server['protocol_param'], + 'obfs-param' => $server['obfs_param'], + 'protocol-param' => $server['protocol_param'], 'udp' => $server['udp'], ]; }