From 49ca2f84249f83fb8cee4f97dd50f09f94cf7608 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Sat, 21 Feb 2026 02:39:47 -0600 Subject: [PATCH] Upgrade telemt engine to v3.0.7 (Fake TLS V2, config reload, frame fixes) --- .github/workflows/build-engine.yml | 6 +++--- mtproxymax.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-engine.yml b/.github/workflows/build-engine.yml index e241f54..cfd7cc0 100644 --- a/.github/workflows/build-engine.yml +++ b/.github/workflows/build-engine.yml @@ -6,11 +6,11 @@ on: telemt_commit: description: 'Telemt commit hash to build from' required: true - default: 'f7a7fb9' + default: '1a525f7' version_tag: - description: 'Version tag (e.g. 3.0.4-f7a7fb9)' + description: 'Version tag (e.g. 3.0.7-1a525f7)' required: true - default: '3.0.4-f7a7fb9' + default: '3.0.7-1a525f7' env: REGISTRY: ghcr.io diff --git a/mtproxymax.sh b/mtproxymax.sh index 640cae7..af1cfd4 100644 --- a/mtproxymax.sh +++ b/mtproxymax.sh @@ -22,8 +22,8 @@ UPSTREAMS_FILE="${INSTALL_DIR}/upstreams.conf" BACKUP_DIR="${INSTALL_DIR}/backups" CONTAINER_NAME="mtproxymax" DOCKER_IMAGE_BASE="mtproxymax-telemt" -TELEMT_MIN_VERSION="3.0.4" -TELEMT_COMMIT="f7a7fb9" # Pinned: v3.0.4 — ME Pool V2, keepalives, staggered warmup, reconnect policy +TELEMT_MIN_VERSION="3.0.7" +TELEMT_COMMIT="1a525f7" # Pinned: v3.0.7 — Fake TLS V2, config reload, ME frame fixes GITHUB_REPO="SamNet-dev/MTProxyMax" REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"