Add HTTP proxy, watch mode, hostname support, and static linking#19
Open
HorusGod007 wants to merge 3 commits intoPragmaTwice:masterfrom
Open
Add HTTP proxy, watch mode, hostname support, and static linking#19HorusGod007 wants to merge 3 commits intoPragmaTwice:masterfrom
HorusGod007 wants to merge 3 commits intoPragmaTwice:masterfrom
Conversation
Add support for HTTP CONNECT proxy alongside SOCKS5, with optional username/password authentication for both proxy types. New CLI options: -t/--proxy-type, -U/--proxy-user, -W/--proxy-pass
- Add --watch mode to monitor for processes and auto-inject when they start - Add hostname resolution support for proxy addresses (not just IPs) - Add static linking for MinGW builds to eliminate runtime DLL dependencies - Fix GCC 15 template syntax compatibility issues - Fix asio channel signature ambiguity - Update README with new features and examples
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.
Summary
-w): Automatically re-injects proxy when a monitored process restartsproxy.example.com) in addition to IP addresses, with DNS resolutionChanges
feat: add HTTP proxy support and proxy authenticationfeat: add watch mode, hostname support, and static linkingfix: prevent exit in watch mode when process closes