Merge pull request #55 from ishkong/patch-2

feat: 增加v2rayN自动下发Hysteria2节点
This commit is contained in:
Xboard 2024-01-13 17:46:30 +08:00 committed by GitHub
commit caa22ae9d2
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)) {