From c820e24f115cad4a045a160e5c670d6d82b0d775 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:24:44 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAY1-test.sh | 4 ++-- test/autoXRAYselfRUbrEUxhttp-test.sh | 4 ++-- test/telemt-test.sh | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/test/autoXRAY1-test.sh b/test/autoXRAY1-test.sh index e539e22..8da6145 100644 --- a/test/autoXRAY1-test.sh +++ b/test/autoXRAY1-test.sh @@ -6,7 +6,7 @@ RED='\033[1;31m' YEL='\033[1;33m' NC='\033[0m' # No Color -echo -e "${GRN}Версия: 223 ${NC}" +echo -e "${GRN}Версия: 111 ${NC}" [[ $EUID -eq 0 ]] || { echo -e "${RED}❌ скрипту нужны root права ${NC}"; exit 1; } @@ -998,7 +998,7 @@ EOF ((idx++)) done -SOCKS5_url="https://t.me/socks?server=$DOMAIN&port=10443&user=${socksUser}&pass=${socksPasw}" +SOCKS5_url="tg://socks?server=$DOMAIN&port=10443&user=${socksUser}&pass=${socksPasw}" # Дописываем Socks5, MTProto, All links и подвал cat >> "$WEB_PATH/$path_subpage.html" <> "$WEB_PATH/$path_subpage.html" </dev/null @@ -44,6 +44,7 @@ tls_domain = "$DOMAIN" mask = true mask_port = 500 mask_host = "127.0.0.1" +# mask_proxy_protocol = true fake_cert_len = 2048 [access] @@ -95,4 +96,4 @@ systemctl enable telemt sleep 3 telemtSecret=$(curl -s http://127.0.0.1:9091/v1/users | jq -r '.data[0].links.tls[0] | split("secret=")[1]') -MTProto="https://t.me/proxy?server=$DOMAIN&port=443&secret=$telemtSecret" \ No newline at end of file +MTProto="tg://proxy?server=$DOMAIN&port=443&secret=$telemtSecret" \ No newline at end of file