mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
clean up buildvmess()
This commit is contained in:
@ -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']))
|
||||
|
Reference in New Issue
Block a user