Skip to content
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

Feature Request: connect through proxy #246

Closed
ilingleb117 opened this issue Jan 11, 2025 · 2 comments
Closed

Feature Request: connect through proxy #246

ilingleb117 opened this issue Jan 11, 2025 · 2 comments
Labels
enhancement New feature or request fix-committed Fix for the issue is in the main branch

Comments

@ilingleb117
Copy link

I've been looking for a long time for client that could connect using by simple address (without host and port). I finally found it!
TrguiNG works admirably!
But application does't use a system proxy to connect to server.
I would like to see a separate proxy connection setting for advanced users.

@qu1ck qu1ck added the enhancement New feature or request label Jan 11, 2025
qu1ck added a commit that referenced this issue Feb 8, 2025
reqwest has built in support for native http proxy configuration
and support for http_proxy env vars.

Also upgrade to hyper server 1.x for stable api

Issue #246
@qu1ck qu1ck added the fix-committed Fix for the issue is in the main branch label Feb 8, 2025
@qu1ck
Copy link
Member

qu1ck commented Feb 8, 2025

Proxy support is now in the master branch. You can test it if you compile yourself.
There are no separate settings but the app will use system proxy settings. You can also override them using env vars like this:

HTTP_PROXY=http://localhost:1234
HTTPS_PROXY=socks5://192.168.1.1:9000
NO_PROXY="google.com, 192.168.1.0/24"

@ilingleb117
Copy link
Author

I've built a master branch. The proxy is working. Thanks you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix-committed Fix for the issue is in the main branch
Projects
None yet
Development

No branches or pull requests

2 participants