logoalt Hacker News

Doxx/Darkflare: DarkFlare TCPoCDN (TCP over CDN)

46 pointsby josephscottyesterday at 10:49 PM7 commentsview on HN

Comments

ignoramoustoday at 4:23 AM

You could straight up connect to the destination (over TCP) from Cloudflare without needing relays; a project I wrote demonstrates TCP over HTTP (for Deno Deploy) and TCP over WebSockets (for Workers): https://github.com/serverless-proxy/serverless-proxy

Proxying projects utilising HTTP/TLS are popular in the anti-censorship community (discussion board: https://github.com/net4people/bbs) and there are many variants of it; ex:

- KCP (over UDP): https://github.com/xtaci/kcp-go

- Bepass: https://github.com/bepass-org/bepass-worker

tomsonjtoday at 2:46 AM

chisel is a similar tool in this space https://github.com/jpillora/chisel

I don’t get why headers and requests need to be spoofed if all traffic is over https?

show 4 replies