Hacker News new | ask | show | jobs
by crims0n 761 days ago
As a hobbyist and programmer, I love the project. As an infosec professional working in an enterprise environment... not so much.
1 comments

Could you elaborate? Do you mean tunnelling generally or this implementation?
Tunneling in general, or more specifically, bypassing the firewall and exposing a host on a trusted network segment to the public internet.
Agreed, thats why for production workloads it should be done with hardening and auth. Ngrok does that, as does Cloudflare. The version my company created does that too - https://blog.openziti.io/zrok-frontdoor
This is something I’ve worried about, but I’m not very knowledgeable. Say I have a service that’s receives traffic only from a trusted network segment and is behind a firewall, but I need to access the service for debugging purposes. Is there a canonical way to do this other than pushing logs out to some accessible location?