'Blazetunnel' is now open-source
Prakhar Agnihotri
Prakhar Agnihotri
Head of Application Security @ Times Internet | Weekend Software Engineer | Always Open to Great Talent
After successfully using them on production for a while now, thought of open sourcing Blazetunnel.
Blazetunnel creates fast & secure tunnels (using Google's QUIC protocol) and helps you expose your localhost to public.
?Features:
- SSL Offloading (https://localhost -> https://intenret.xyz)
- End to end encrypted tunnels
- Cross-platform support (Written in Golang)
- Can be directly used as sidecar for your docker container
- Uses QUIC under the hood (Inherently superior: HTTP/3 )
- Scalable to be used as a SaaS ( thanks to UDP, no TCP head of line blocking. )
- Web App to create & map new DNS records on the fly
- Provision to use custom error pages
- Integrated with Certbot & nginx.
Future plans:
- Provision for network traffic inspection,
- Publish performance tests & benchmarks.
- Provision for TCP tunnels over HTTP.