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

Add SOCKS5 Proxy support #114

Open
MacLemon opened this issue May 3, 2020 · 0 comments
Open

Add SOCKS5 Proxy support #114

MacLemon opened this issue May 3, 2020 · 0 comments

Comments

@MacLemon
Copy link

MacLemon commented May 3, 2020

Summary

SOCKS5 Proxies are not supported at the moment. In addition Wired Client 2.5 (56) does not respect the macOS system proxy setting.

Steps to Reproduce

  • Create a Bookmark that requires the use of a SOCKS5 proxy to be reached.
  • Try connecting to the bookmark's connection.
  • The connection fails.

Expected Results

I'd like to see SOCKS5 proxy support with a per-bookmark scope. (Allowing different proxy settings for different connections.)

Actual Results

The connection can fail for different reasons:

Wired is not able to resolve the hostname since the DNS request is sent to the system resolver, which does no know about the private hostname, instead of going through the proxy.

The private hostname can be resolved but cannot be reached because the actual connection is not made through the SOCKS5 proxy.

Regression

n/a

Notes:

Bypassing the macOS system proxy settings is unexpected behaviour.

Version Information:

  • Wired Client 2.5 (56)
  • macOS 10.13.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant