feat: mtbuddy enhancements and custom bind IP#177
Merged
Conversation
Add interactive and CLI support for enabling MiddleProxy (Telegram relay) during proxy installation. - New confirm prompt after DPI modules in interactive TUI - Bilingual help text (EN/RU) explaining resource cost and consequences - Warning when disabled: promo tags won't work, non-Premium media may fail - --middle-proxy CLI flag for non-interactive mode - Writes [general].use_middle_proxy to config.toml - Shows MiddleProxy status in post-install summary box
- Add auto-redeployment of dashboard on mtbuddy update. - Implement bind_address config option for proxy to listen on specific interfaces (resolves #172). - URL-encode IPv6 proxy IPs in generated tg:// and t.me/ deep links for broad client compatibility.
Fallback to IPv6 only when IPv4 detection fails, add missing --middle-proxy docs/help, and resolve the current installer conflict with main.
…ements # Conflicts: # src/ctl/install.zig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mtbuddy update.bind_addressconfig option for proxy to listen on specific interfaces (resolves [Feature]: Listen custom IP #172).tg://andt.me/deep links for broad client compatibility.