mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
clean up buildvmess()
This commit is contained in:
parent
589eec9392
commit
7fe8a5b239
@ -41,6 +41,7 @@ class Clash
|
||||
}
|
||||
}
|
||||
if ($server['network'] === 'ws') {
|
||||
$array['network'] = 'ws';
|
||||
if ($server['networkSettings']) {
|
||||
$wsSettings = json_decode($server['networkSettings'], true);
|
||||
if (isset($wsSettings['path']) && !empty($wsSettings['path']))
|
||||
|
Loading…
Reference in New Issue
Block a user