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
@@ -109,7 +109,7 @@ Fine-grained limits enforced at the engine level:
109
109
110
110
> **Tip: Use `conns` for device limits, not `ips`.** Each Telegram app opens exactly 1 connection (multiplexed internally), so `conns 3` = max 3 devices. IP limits are less reliable because mobile users roam between cell towers (briefly showing 2 IPs for 1 device), and multiple devices behind the same WiFi share 1 IP. Use `ips` as a secondary anti-sharing measure.
111
111
>
112
-
> **Traffic and quotas are lifetime (cumulative)**, not monthly. They don't auto-reset. To reset a user's traffic, rotate their secret.
112
+
> **Traffic and quotas are lifetime (cumulative)**, not monthly. They don't auto-reset. Use `mtproxymax secret reset-traffic <label>` to manually reset counters, or rotate the secret.
113
113
114
114
```bash
115
115
mtproxymax secret setlimits alice 100 5 10G 2026-12-31
@@ -411,6 +411,7 @@ mtproxymax secret link [label] # Show proxy link
411
411
mtproxymax secret qr [label] # Show QR code
412
412
mtproxymax secret setlimit <label><type><value># Set individual limit
413
413
mtproxymax secret setlimits <label><conns><ips><quota> [expires] # Set all limits
-**Fix broken pipe on Alpine** — Replaced process-substitution FIFOs with here-strings to avoid SIGPIPE race ([#37](https://github.com/SamNet-dev/MTProxyMax/issues/37))
532
+
-**Fix double-input on Alpine** — Drain leftover escape-sequence bytes from multi-byte key presses in TUI menus ([#38](https://github.com/SamNet-dev/MTProxyMax/issues/38))
533
+
-**Fix SNI rejection after engine upgrade** — `unknown_sni_action` default changed to `drop` in telemt v3.3.31+, now explicitly set to `mask` for backward compatibility ([#40](https://github.com/SamNet-dev/MTProxyMax/issues/40))
534
+
509
535
### v1.0.3 — Notes, Quota Enforcement, Multi-Port & More
0 commit comments