|
|
|
|
|
by kentonv
1724 days ago
|
|
> Cloudflare has also categorically denied that their Worker product allows SSH connections - it is simply not designed for that, apparently. Hi, I'm the tech lead of Workers, so I'll clarify. At present, Workers can only generate HTTP traffic, because the only API we've given Workers for network communications is `fetch()`, which is HTTP-specific. This similar to how in-browser JavaScript today cannot open arbitrary TCP connections, because there's no API for it. It's likely we'll add an API for arbitrary TCP eventually, but at the moment it's not possible that this traffic comes from Workers. (As far as where it did come from, I don't have any internal knowledge, but WARP traffic (that's our VPN-like service) seems like an obvious explanation to me.) |
|