Comment on Making an SSH client the hard wayComments−heliophobicdude3yHi Mihai! Great work! I would love to see where this goes!Forgive my ignorance but is there any sort of native client besides the browser running in the background to help with websocket to tcp? Or a tunnel to a cloud service to help there?−mihaip3yNo native client is running. The browser makes a WebSocket connection to our relay server, and we run the WireGuard tunnel over that.−ignoramous3yYou mean WireGuard (in userspace w/ netstack) tunneled in WebSockets to DERPServers, correct? What sorcery is this. (:
Comments
Hi Mihai! Great work! I would love to see where this goes!
Forgive my ignorance but is there any sort of native client besides the browser running in the background to help with websocket to tcp? Or a tunnel to a cloud service to help there?
No native client is running. The browser makes a WebSocket connection to our relay server, and we run the WireGuard tunnel over that.
You mean WireGuard (in userspace w/ netstack) tunneled in WebSockets to DERPServers, correct? What sorcery is this. (: