Sugestion - optional wss:// support
Closed this issue · 1 comments
ablaszkiewicz commented
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
And now in config file I am able to specify which rows should support wss://
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.
unkn0w commented
Done - support for websockets is now avalilable in Proxer.
Just fetch new version of code, build new image and run it :)