zacbre / Socks5

A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not use the compiled project in chrome, firefox, ie

jackyze opened this issue · comments

I've compiled your project on 2 diffrent maschines with vista and windows 8. On both maschines i get only a file with 3 chars with trash inside my browser. Any explanation.

Could you please explain what you mean by "trash inside my browser?"
Is that when you are trying to proxy any of those browsers?

Please try the last commit before the one I uploaded 4 days ago.
3d6767c
Let me know if that one gives you any issues.

I't works while using only the socks settings inside the browser and leave any other protocol empty. Before i had "Use address for all protocols". Maybe the socks catches all request for the address. But it does not really matter. Works like charm with this settings.

Let me see if I can do anything to handle that. I'll be pushing a commit tonight.
EDIT:
From what I am reading, Internet Options only supports Socks4. Because of this, the Socks5 proxy doesn't know how to handle it, spitting out a 0xFF at the end denoting an "invalid socks version". This is why you were seeing random characters in your browser.