feat: add support for hysteria2 in Passwall and SSRPLUS
This commit is contained in:
@@ -34,6 +34,9 @@ class SSRPlus
|
||||
if ($item['type'] === 'trojan') {
|
||||
$uri .= self::buildTrojan($user['uuid'], $item);
|
||||
}
|
||||
if ($item['type'] === 'hysteria') {
|
||||
$uri .= General::buildHysteria($user['uuid'], $item);
|
||||
}
|
||||
}
|
||||
return base64_encode($uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user