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
Fix update lock leak, persist traffic on reload, auto-clean old images, re-exec after update (#43, #44, #45, #46)
- #43: Fix flock FD leak in self_update — use trap RETURN to release
the lock FD, preventing false "already running" on subsequent calls
in the same TUI session. Improved message wording.
- #44: Flush traffic counters to disk before hot-reload (SIGHUP) in
reload_proxy_config, so stats survive if the reload triggers a
container restart.
- #45: Auto-remove old mtproxymax-telemt Docker images after engine
upgrade, keeping only the current version and latest tag.
- #46: Re-exec the updated script after self_update in the TUI so
the new version is immediately active without manual restart.
0 commit comments