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

SOCKS support #15

Closed
GoogleCodeExporter opened this issue Feb 5, 2016 · 12 comments
Closed

SOCKS support #15

GoogleCodeExporter opened this issue Feb 5, 2016 · 12 comments

Comments

@GoogleCodeExporter
Copy link

Could you enable SOCKS v5 support ?

Original issue reported on code.google.com by kerf...@gmail.com on 10 Dec 2009 at 2:19

@GoogleCodeExporter
Copy link
Author

Unfortunately, Windows doesn't support Socks v5 natively. however I'll try to 
implement 
this feature in the upcoming releases.

Original comment by Mohamma...@gmail.com on 11 Dec 2009 at 1:14

  • Changed state: Accepted
  • Added labels: Usability

@GoogleCodeExporter
Copy link
Author

It would be great to implement "hostnames resolving over SOCKS v5" feature.

Original comment by ydid...@gmail.com on 21 Dec 2009 at 11:13

@GoogleCodeExporter
Copy link
Author

Working on SOCKS v5 support (not including DNS over SOCKS).

Original comment by Mohamma...@gmail.com on 6 Jan 2010 at 6:52

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

It looks like you can trick it into using SOCKS v5 today.

If in switchy you enter under the HTTP proxy field something like:

    Http Proxy:    socks5://localhost
    Port:          1080

Then this sets the HTTP proxy to "socks5://localhost:1080", which chrome parses 
to 
mean a SOCKS v5 proxy at "localhost:1080", and things seem to work.

I confirmed this in Chrome by navigating to "chrome://net-
internals/proxyservice.config" to see what it interpreted the settings to mean. 
(note 
that you need to do a page load first before chrome re-fetches the IE settings).

@ydidukh:
> It would be great to implement "hostnames resolving over SOCKS v5" feature.

That particular issue should have been fixed in Chromium, see 
http://crbug.com/29914 
. The fix is not yet part of the stable releases, but it will be soon, I hoope.

Original comment by eroman@chromium.org on 8 Jan 2010 at 5:10

@GoogleCodeExporter
Copy link
Author

eroman
Your trick does not seem to work for me. I filled the fields as you wrote and 
hit
"save", and it automatically turned into this:

Original comment by xlu.2...@gmail.com on 8 Jan 2010 at 10:42

Attachments:

@GoogleCodeExporter
Copy link
Author

@eroman
Nice trick, and a more simpler way to set Chrome's SOCKS5 proxy than using PAC 
scripts!
Thanks for the tip.

Regarding support of DNS over SOCKS: it's really great news! hope the fix is 
released 
soon, and thanks for your efforts and fixing this issue :)

Original comment by Mohamma...@gmail.com on 8 Jan 2010 at 11:14

@GoogleCodeExporter
Copy link
Author

@xlu.2007
It works well, check "chrome://net-internals/proxyservice.config".
Anyway, the upcoming release (coming later today) will feature SOCKS v5 support.

Original comment by Mohamma...@gmail.com on 8 Jan 2010 at 11:30

@GoogleCodeExporter
Copy link
Author

SOCKS v5 is supported now in v1.4 (sorry for the 2 days delay :)).

Original comment by Mohamma...@gmail.com on 10 Jan 2010 at 4:11

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by Mohamma...@gmail.com on 12 Jan 2010 at 10:43

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

still resolve DNS locally even specified a socks5 proxy?

Original comment by electron...@gmail.com on 11 May 2010 at 2:57

@GoogleCodeExporter
Copy link
Author

The traffic doesn't goes trough socks5 proxy after I'm entering address and 
port in corresponding field.

Original comment by dimabatm...@gmail.com on 5 Mar 2011 at 4:19

@GoogleCodeExporter
Copy link
Author

I have the same problem: traffic doesn't go through SOCKS5. :(
And what about DNS? Is it supposed go through SOCKS5?

Original comment by borf...@gmail.com on 4 Oct 2011 at 11:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant