Skip to content

Commit 49ca2f8

Browse files
committed
Upgrade telemt engine to v3.0.7 (Fake TLS V2, config reload, frame fixes)
1 parent d1881aa commit 49ca2f8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-engine.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
telemt_commit:
77
description: 'Telemt commit hash to build from'
88
required: true
9-
default: 'f7a7fb9'
9+
default: '1a525f7'
1010
version_tag:
11-
description: 'Version tag (e.g. 3.0.4-f7a7fb9)'
11+
description: 'Version tag (e.g. 3.0.7-1a525f7)'
1212
required: true
13-
default: '3.0.4-f7a7fb9'
13+
default: '3.0.7-1a525f7'
1414

1515
env:
1616
REGISTRY: ghcr.io

mtproxymax.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ UPSTREAMS_FILE="${INSTALL_DIR}/upstreams.conf"
2222
BACKUP_DIR="${INSTALL_DIR}/backups"
2323
CONTAINER_NAME="mtproxymax"
2424
DOCKER_IMAGE_BASE="mtproxymax-telemt"
25-
TELEMT_MIN_VERSION="3.0.4"
26-
TELEMT_COMMIT="f7a7fb9" # Pinned: v3.0.4ME Pool V2, keepalives, staggered warmup, reconnect policy
25+
TELEMT_MIN_VERSION="3.0.7"
26+
TELEMT_COMMIT="1a525f7" # Pinned: v3.0.7Fake TLS V2, config reload, ME frame fixes
2727
GITHUB_REPO="SamNet-dev/MTProxyMax"
2828
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"
2929

0 commit comments

Comments
 (0)