2019-09-26 04:06:03
Read the "CONNECT" part on page 5
Fireduck
2019-09-26 04:06:44
I can make a really stupid socks5 server that just says, hey, just to connect to the channels web server
Fireduck
2019-09-26 04:06:51
don't actually need to relay anything
Fireduck
2019-09-26 05:51:56
sub-2k rfc: opportunity or threat?
Rotonen
2019-09-26 16:45:05
opportunity
Fireduck
2019-09-26 16:45:31
the plan is we create a browser plugin that directs any traffic to *.http://snowblossom.io to a sock5 proxy
Fireduck
2019-09-26 16:45:43
which would in fact be a channels node
Fireduck
2019-09-26 16:45:54
which in turn directs the traffic to the channels node web port
Fireduck
2019-09-26 16:46:04
this way, we get different host names for each channel
Fireduck
2019-09-26 16:46:13
which makes the javascript security world a bit easier
Fireduck
2019-09-26 16:46:53
and it lets people run their channels node on the same machine, elsewhere on the local network or even remotely
Fireduck
2019-09-26 17:39:13
the cool part is after sending the sock5 redirect message, we are done
Fireduck