Upgrade telemt engine to v3.0.7 (Fake TLS V2, config reload, frame fixes)

This commit is contained in:
SamNet-dev
2026-02-21 02:39:47 -06:00
parent d1881aab72
commit 49ca2f8424
2 changed files with 5 additions and 5 deletions

View File

@@ -6,11 +6,11 @@ on:
telemt_commit: telemt_commit:
description: 'Telemt commit hash to build from' description: 'Telemt commit hash to build from'
required: true required: true
default: 'f7a7fb9' default: '1a525f7'
version_tag: version_tag:
description: 'Version tag (e.g. 3.0.4-f7a7fb9)' description: 'Version tag (e.g. 3.0.7-1a525f7)'
required: true required: true
default: '3.0.4-f7a7fb9' default: '3.0.7-1a525f7'
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View File

@@ -22,8 +22,8 @@ UPSTREAMS_FILE="${INSTALL_DIR}/upstreams.conf"
BACKUP_DIR="${INSTALL_DIR}/backups" BACKUP_DIR="${INSTALL_DIR}/backups"
CONTAINER_NAME="mtproxymax" CONTAINER_NAME="mtproxymax"
DOCKER_IMAGE_BASE="mtproxymax-telemt" DOCKER_IMAGE_BASE="mtproxymax-telemt"
TELEMT_MIN_VERSION="3.0.4" TELEMT_MIN_VERSION="3.0.7"
TELEMT_COMMIT="f7a7fb9" # Pinned: v3.0.4ME Pool V2, keepalives, staggered warmup, reconnect policy TELEMT_COMMIT="1a525f7" # Pinned: v3.0.7Fake TLS V2, config reload, ME frame fixes
GITHUB_REPO="SamNet-dev/MTProxyMax" GITHUB_REPO="SamNet-dev/MTProxyMax"
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt" REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"