Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
telemt_commit:
description: 'Telemt commit hash to build from'
required: true
default: '3bd5637'
default: '504cafb'
version_tag:
description: 'Version tag (e.g. 3.4.8-10c9bcd)'
required: true
default: '3.4.11-3bd5637'
default: '3.4.15-504cafb'

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions mtproxymax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ REPLICATION_FILE="${INSTALL_DIR}/replication.conf"
REPLICATION_SSH_DIR="${INSTALL_DIR}/.ssh"
CONTAINER_NAME="mtproxymax"
DOCKER_IMAGE_BASE="mtproxymax-telemt"
TELEMT_MIN_VERSION="3.4.11"
TELEMT_COMMIT="3bd5637" # Pinned: v3.4.11persistent quota, per-user deny lists, TLS cert budget, security hardening
TELEMT_MIN_VERSION="3.4.15"
TELEMT_COMMIT="504cafb" # Pinned: v3.4.15MSS tuning
GITHUB_REPO="SamNet-dev/MTProxyMax"
REGISTRY_IMAGE="ghcr.io/samnet-dev/mtproxymax-telemt"

Expand Down