From 7ffd9c10c5b1a48688820e2f4046bdf43fc82bd2 Mon Sep 17 00:00:00 2001 From: mercury Date: Tue, 9 Apr 2024 02:24:50 +0400 Subject: [PATCH] fix v2ray link --- app/bot.php | 2 +- version | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 6d390f2..6c7ef9d 100644 --- a/app/bot.php +++ b/app/bot.php @@ -3514,7 +3514,7 @@ DNS-over-HTTPS with IP: $v2ray = "$scheme://{$domain}/pac?h=$hash&t=s&b=1&s={$c['inbounds'][0]['settings']['clients'][$i]['id']}"; $sing = "$scheme://{$domain}/pac?h=$hash&t=si&b=1&s={$c['inbounds'][0]['settings']['clients'][$i]['id']}"; $fullsing = 'sing-box://import-remote-profile/?url=' . urlencode("$scheme://{$domain}/pac?h=$hash&t=si&s={$c['inbounds'][0]['settings']['clients'][$i]['id']}") . "#vpnbot$i"; - $fullv2ray = 'v2rayng://install-config?url=' . urlencode("$scheme://{$domain}/pac?h=$hash&t=si&s={$c['inbounds'][0]['settings']['clients'][$i]['id']}") . "#vpnbot$i"; + $fullv2ray = 'v2rayng://install-config?url=' . urlencode("$scheme://{$domain}/pac?h=$hash&t=s&s={$c['inbounds'][0]['settings']['clients'][$i]['id']}") . "#vpnbot$i"; if (!empty($fs)) { return $fullsing; } diff --git a/version b/version index c4bfa71..69571b1 100644 --- a/version +++ b/version @@ -1,4 +1,6 @@ 09.04.2024 v1.15.2 +- фикс подписки v2ray +09.04.2024 v1.15.2 - редиректы вместо кнопки-подписки - фикс добавления подписки 09.04.2024 v1.15.1