mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
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
This commit is contained in:
parent
1b8ec77bcc
commit
3884cf96ed
@ -7,7 +7,7 @@ use Symfony\Component\Yaml\Yaml;
|
|||||||
|
|
||||||
class ClashMeta
|
class ClashMeta
|
||||||
{
|
{
|
||||||
public $flag = 'clashmeta';
|
public $flag = 'meta';
|
||||||
private $servers;
|
private $servers;
|
||||||
private $user;
|
private $user;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user