From c6d19cc057fe121b4f0701981964149cecac8df1 Mon Sep 17 00:00:00 2001 From: mercury Date: Mon, 21 Aug 2023 00:48:59 +0400 Subject: [PATCH] fix v2ray for 10.10.0.3 --- app/bot.php | 2 +- version | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 26bdc2b..a1ee4a4 100644 --- a/app/bot.php +++ b/app/bot.php @@ -521,7 +521,7 @@ class Bot } else { $c['plugin'] = 'v2ray-plugin'; $c['plugin_opts'] = 'server;loglevel=none'; - $l['server'] = 'ng'; + $l['server'] = 'up'; $l['server_port'] = $ssl ? 443 : 80; $l['plugin'] = 'v2ray-plugin'; $l['plugin_opts'] = ($ssl ? 'tls;' : '') . "fast-open;path=/v2ray;host=$domain"; diff --git a/version b/version index 0509b7f..c4ef0b4 100644 --- a/version +++ b/version @@ -1,3 +1,7 @@ +21.08.2023 фикс прокси через 10.10.0.3 +git pull +make r +щелкнуть кнопку v2ray 2 раза 19.08.2023 фикс xtls git stash git pull