mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
feat: 兼容V2bx 的Hysteria2
This commit is contained in:
@@ -22,7 +22,7 @@ class UniProxyController extends Controller
|
||||
{
|
||||
$this->serverService = $serverService;
|
||||
$this->nodeId = $request->input('node_id');
|
||||
$this->nodeType = $request->input('node_type') === 'v2ray' ? 'vmess' : $request->input('node_type');
|
||||
$this->nodeType = $request->input('node_type');
|
||||
$this->nodeInfo = $this->serverService->getServer($this->nodeId, $this->nodeType);
|
||||
if(!$this->nodeInfo) {
|
||||
Log::channel("daily")->info("$this->nodeId $this->nodeType $this->nodeInfo");
|
||||
|
||||
Reference in New Issue
Block a user