feat: 增加v2rayN自动下发Hysteria2节点

This commit is contained in:
ishkong 2024-01-13 17:16:22 +08:00 committed by GitHub
parent 03267b2051
commit 9ed3cc5a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ class ClientController extends Controller
'verge' => '1.3.8',
'ClashX Meta' => '1.3.5',
'Hiddify' => '0.1.0',
'loon' => '637'
'loon' => '637',
'v2rayN' => '6.31'
];
foreach($minSupportHy2ClinetVersionMap as $client => $minVersion){
if (stripos($flag, $client) !== false && $this->versionCompare($version, $minVersion)) {