You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -273,13 +273,12 @@ Get your ad-tag from [@MTProxyBot](https://t.me/MTProxyBot). Users see a pinned
273
273
### ⚙️ Engine Management
274
274
275
275
```bash
276
-
mtproxymax engine status # Current version + available updates
277
-
mtproxymax engine latest # Update to newest commit
278
-
mtproxymax engine switch abc1234 # Pin to specific commit
276
+
mtproxymax engine status # Current engine version
277
+
mtproxymax engine rebuild # Force rebuild engine image
279
278
mtproxymax rebuild # Force rebuild from source
280
279
```
281
280
282
-
Pre-built multi-arch Docker images (amd64 + arm64) are pulled automatically. Source compilation is the automatic fallback.
281
+
Engine updates are delivered through `mtproxymax update`. Pre-built multi-arch Docker images (amd64 + arm64) are pulled automatically. Source compilation is the automatic fallback.
283
282
284
283
---
285
284
@@ -448,11 +447,10 @@ mtproxymax health # Run diagnostics
448
447
<summary><b>Engine & Updates</b></summary>
449
448
450
449
```bash
451
-
mtproxymax engine status # Show version + check updates
452
-
mtproxymax engine latest # Update to latest commit
453
-
mtproxymax engine switch <commit># Switch to specific commit
450
+
mtproxymax engine status # Show current engine version
451
+
mtproxymax engine rebuild # Force rebuild engine image
454
452
mtproxymax rebuild # Force rebuild from source
455
-
mtproxymax update # Check for script updates
453
+
mtproxymax update # Check for script + engine updates
Built on top of **[telemt](https://github.com/telemt/telemt)** — a high-performance MTProto proxy engine written in Rust/Tokio. All proxy protocol handling, FakeTLS, traffic masking, and per-user enforcement is powered by telemt.
498
+
Built on top of **telemt** — a high-performance MTProto proxy engine written in Rust/Tokio. All proxy protocol handling, FakeTLS, traffic masking, and per-user enforcement is powered by telemt.
0 commit comments