cloudflared
cloudflared copied to clipboard
Cloudflare Tunnel as a Library
It would be amazing if there were an option to compile Cloudflare Tunnel as a library with a C interface to integrate it as yet another layer in an application server, where we'd pass it incoming encapsulated packets and harvest it out decapsulated packets, and the inverse, all while maintaining our own networking stack-- avoiding the indirection and overhead of the current double process double trip through the kernel and context switching paradigm.