Skip to content

Commit d046b1a

Browse files
committed
Upgrade engine to v3.3.31 — build optimizations, unknown SNI logged as WARN
1 parent bc5f2fd commit d046b1a

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: '22097f8'
9+
default: 'aed7ba1'
1010
version_tag:
11-
description: 'Version tag (e.g. 3.3.30-22097f8)'
11+
description: 'Version tag (e.g. 3.3.31-aed7ba1)'
1212
required: true
13-
default: '3.3.30-22097f8'
13+
default: '3.3.31-aed7ba1'
1414

1515
env:
1616
REGISTRY: ghcr.io

mtproxymax.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ CONNECTION_LOG="${INSTALL_DIR}/connection.log"
2424
INSTANCES_FILE="${INSTALL_DIR}/instances.conf"
2525
CONTAINER_NAME="mtproxymax"
2626
DOCKER_IMAGE_BASE="mtproxymax-telemt"
27-
TELEMT_MIN_VERSION="3.3.30"
28-
TELEMT_COMMIT="22097f8" # Pinned: v3.3.30TLS fetcher redesign, SNI validator, atomic quotas, PROXY trusted CIDRs
27+
TELEMT_MIN_VERSION="3.3.31"
28+
TELEMT_COMMIT="aed7ba1" # Pinned: v3.3.31build optimizations, unknown SNI logged as WARN
2929
GITHUB_REPO="SamNet-dev/MTProxyMax"
3030
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"
3131

0 commit comments

Comments
 (0)