From d20770bc200105adcf7999a2c58dc497a1e4267c Mon Sep 17 00:00:00 2001 From: beermedlar <32614465+beermedlar@users.noreply.github.com> Date: Fri, 16 Jul 2021 15:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=A0=87=E5=87=86Clash=20SSR?= =?UTF-8?q?=E8=AE=A2=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Components/Client/Clash.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'], ]; }