Replies: 1 comment
-
|
In any case, I have implemented this feature in Emscripten (with help from Gemini) and :
Any advice are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to all,
Would like to share idea of adding connection pass to Socks 4 or 5 proxy.
It's look like should not be hard, just on first message add extra header with destination IP/Port/protocol and on response to check connection result (connected/bindded) and then report status on POSIX socket.
On PC side same 'websockify' + Socks proxy.
It will give option to connect/listen for multiple emulated sockets in web application not single one.
Beta Was this translation helpful? Give feedback.
All reactions