-
Notifications
You must be signed in to change notification settings - Fork 247
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
In HTTP CONNECT, use hostname parsed from TLS SNI or HTTP Host header #163
base: master
Are you sure you want to change the base?
Conversation
55d2aeb
to
649d5ea
Compare
tl; dr: this is actually remote DNS in http-connect mode. 太长不看:这其实就是远程DNS,用在http-connect模式。 |
649d5ea
to
0302333
Compare
Sorry for late response. I did not look into every line. Could you please let me know if you have do any tests? is it working without problems? Do you think it is ready? |
I haven't used this for quite some time. I don't remember any remaining problem last time I used it. However I cannot guarantee there's no problem either. |
Oh at least CI is failing:
|
Thank you for all you have done! As we could not confirm no obvious
problem, I would like to defer merging of this PR. Will look into it and do
some tests when I have time.
andronoob ***@***.***> 于 2022年3月22日周二 00:14写道:
… Oh at least CI is failing:
Package libssl1.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libssl1.0-dev' has no installation candidate
Error: Process completed with exit code 100.
—
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP2XD6J6FORLVS7SPLQDJTVBCOADANCNFSM43RKQ6CQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
@semigodking could you please take a look at this? It would be a must to have this feature. |
I am so busy that I don't have time to look into this and to verify the
solution. Meanwhile, for http proxy, they're so many alternatives in
nowadays. E.g., nginx.
…On Tue, Oct 29, 2024, 16:19 Tiago ***@***.***> wrote:
@semigodking <https://github.com/semigodking> could you please take a
look at this? It would be a must to have this feature.
—
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP2XDZ5DY654P3L2Z42U2TZ55AHJAVCNFSM6AAAAABQZIH3ZOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTGUZTKMRUGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ported darkk#162 (which renews darkk#71 originally authored by @aviramc)