From 3884cf96ed76fca464f6c55140c3e44c1d4c1123 Mon Sep 17 00:00:00 2001 From: cubemaze <117334465+cubemaze@users.noreply.github.com> Date: Mon, 29 May 2023 17:10:26 +0800 Subject: [PATCH] update: fix flag name matching confusion using ss2022, flag clashmeta will be caught by the clash match, resulting in the desired clashmeta configuration not being output --- app/Http/Controllers/Client/Protocols/ClashMeta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Client/Protocols/ClashMeta.php b/app/Http/Controllers/Client/Protocols/ClashMeta.php index 070f9eec..65989de6 100644 --- a/app/Http/Controllers/Client/Protocols/ClashMeta.php +++ b/app/Http/Controllers/Client/Protocols/ClashMeta.php @@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml; class ClashMeta { - public $flag = 'clashmeta'; + public $flag = 'meta'; private $servers; private $user;