shinysocks icon indicating copy to clipboard operation
shinysocks copied to clipboard

A small, ultrafast SOCKS proxy server.

Results 7 shinysocks issues
Sort by recently updated
recently updated
newest added

Currently I am evaluating proxy solutions to run from a windows command line by a non-privileged user and provide a proxy for programs running under Windows Subsystem for Linux (WSL)...

There was a breaking change in boost.asio a while ago, and now it seems like backwards compatibility is dropped. So I'll have to fix it so it compiles with resent...

bug

I run the app on my Windows host. I configured Firefox (with FoxyProxy) to connect through that Windows host (SOCKS5). Here's what I see when I try to access `https://www.google.com`...

Hello Jarle Aase, I'm very impressed with your SOCKS proxy implementation. I tried to run it but it looks like UDP sockets don't work. I need something like this: https://stackoverflow.com/questions/14043348/how-can-i-send-udp-packets-over-socks-proxy...

Recent versions of ASIO (I am using Boost 1.77) have removed the `get_io_service()` method. The `get_executor()` method can be used instead. Also, in some cases, in `Proxy::ParseV5Header`, when copying parts...

Is there any way to enable authentication? (UserID or Username+Password)

Are you willing to make it support ipv6? Much thanks!

enhancement
help wanted