Skip to content

Commit ff3e346

Browse files
committed
Upgrade engine to v3.4.6 — TLS fronting fixes, full ServerHello default, ALPN fingerprinting
1 parent b68f605 commit ff3e346

3 files changed

Lines changed: 7 additions & 7 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: '30e73ad'
9+
default: '8874396'
1010
version_tag:
11-
description: 'Version tag (e.g. 3.4.5-30e73ad)'
11+
description: 'Version tag (e.g. 3.4.6-8874396)'
1212
required: true
13-
default: '3.4.5-30e73ad'
13+
default: '3.4.6-8874396'
1414

1515
env:
1616
REGISTRY: ghcr.io

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,9 +729,9 @@ mtproxymax telegram remove # Remove bot completely
729729
- Fix bot uptime always 0m ([#70](https://github.com/SamNet-dev/MTProxyMax/issues/70))
730730
- Telegram bot: instant response, no temp files ([#62](https://github.com/SamNet-dev/MTProxyMax/issues/62))
731731

732-
### v1.0.5 — Engine v3.4.5, Clone, Bulk-Extend, Doctor, Stats & More
732+
### v1.0.5 — Engine v3.4.6, Clone, Bulk-Extend, Doctor, Stats & More
733733

734-
- Engine v3.4.5fairness scheduler regression fixes, unlimited `mask_relay_max_bytes`, configurable Telegram infrastructure URLs, FakeTLS fidelity improvements
734+
- Engine v3.4.6TLS 1.2/1.3 fronting correctness, full ServerHello default (better DPI camouflage), ALPN in TLS fetcher, fairness regression fixes, unlimited `mask_relay_max_bytes`, configurable Telegram infrastructure URLs
735735
- `secret clone <src> <new>` — duplicate a secret with all its limits
736736
- `secret bulk-extend <days>` — extend all secrets' expiry at once
737737
- `secret extend <label> <days>` — extend a single secret's expiry

mtproxymax.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ REPLICATION_FILE="${INSTALL_DIR}/replication.conf"
2626
REPLICATION_SSH_DIR="${INSTALL_DIR}/.ssh"
2727
CONTAINER_NAME="mtproxymax"
2828
DOCKER_IMAGE_BASE="mtproxymax-telemt"
29-
TELEMT_MIN_VERSION="3.4.5"
30-
TELEMT_COMMIT="30e73ad" # Pinned: v3.4.5fairness regression fixes, unlimited mask_relay_max_bytes
29+
TELEMT_MIN_VERSION="3.4.6"
30+
TELEMT_COMMIT="8874396" # Pinned: v3.4.6TLS 1.2/1.3 fronting fixes, full ServerHello default, ALPN fingerprinting
3131
GITHUB_REPO="SamNet-dev/MTProxyMax"
3232
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"
3333

0 commit comments

Comments
 (0)