You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
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.
The text was updated successfully, but these errors were encountered: