unkn0w/proxer

Sugestion - optional wss:// support

Closed this issue · 1 comments

I have run into an issue where I wanted my service to support websockets. Proxer doesn't support this out of the box.
I don't know bash so my solution isn't probably the cleanest one but I just wanted to share a suggestion. My modification allows optional wss:// connections.

So I've made a change in a bash script
image

And now in config file I am able to specify which rows should support wss://
image

As I mentioned above I don't know bash so it's a poor quality code but it would be nice to see this feature implemented by someone who can actually use bash and linux.

Done - support for websockets is now avalilable in Proxer.

Just fetch new version of code, build new image and run it :)