-
-
Notifications
You must be signed in to change notification settings - Fork 278
connect-to now doing tcp connect instead of dns caching #807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hatoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
meh. Will check |
|
Yeah, Could not automatically determine the process-level CryptoProvider from Rustls crate features. CryptoProvider issue. Will put it back |
|
OK |
|
Rerun workflow pls |
hatoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updated --connect-to to establish connections directly to the specified IP address, rather than relying on local DNS caching. When a proxy is used, DNS resolution occurs on the proxy server, causing routing issues.
The new connection now uses:
The target IP from --connect-to for the connection.
The original Domain (Host Header) for correct proxy handling.
The original SNI for TLS negotiation.