7 comments

  • freedomben55 minutes ago
    Really glad to see someone stepping up to fill this void! I&#x27;ve debated doing this myself many times but it&#x27;s low on my list of priorities.<p>Please don&#x27;t interpret these frank questions as criticism or mistrust up front, but we&#x27;ve been burned a few times with tools like this start open source and then realize there might be some money out there and go proprietary, usually with a rug pull. I don&#x27;t mind offering paid hosting at all (in fact I think it makes sense to offer that) so long as the code all remains open source. The &quot;open core&quot; model may even be ok so long as it&#x27;s truly just &quot;enterprise&quot; feature that are gated, though that&#x27;s a hard line to tread.<p>What are your monetization plans? Are you committed to long-term being actually open source?<p>Personally, I would suggest licensing this as AGPL to ensure that if anyone does take it and try to stand up a paid&#x2F;proprietary service based on your work, the license will at least force them to open their code. It&#x27;s not perfect. but with MIT you have zero defense against that. It would also give people like me some peace of mind.
  • ollybee16 minutes ago
    Add it to the list <a href="https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;awesome-tunneling" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anderspitman&#x2F;awesome-tunneling</a>
  • mikeocool1 hour ago
    One of my vendors recently disallowed registering ngrok URLs for testing webhooks. They said they were too unreliable — and the vendor was getting blamed for ngrok failing to deliver requests.<p>Seems like a real shame that they’ve been abandoning their core product that was reliable for years in pursuit of nebulous AI&#x2F;enterprise routing products.<p>I get that dev tunnels are probably not a massive business that’s going to get VCs mouths’ watering, but maybe not every business needs to shoot the moon?<p>Anyway, glad competitors are coming in to fill the space.
    • danielbln1 hour ago
      Once a business takes on VC and&#x2F;or goes public, enshittification will inevitably follow.
      • simantel9 minutes ago
        Wow I had no idea ngrok had raised $50M, that&#x27;s wild!
  • joaoh821 hour ago
    Btw, if anyone wants to test on our own servers just request an api key with github issues: <a href="https:&#x2F;&#x2F;github.com&#x2F;joaoh82&#x2F;rustunnel?tab=readme-ov-file#getting-an-auth-token" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;joaoh82&#x2F;rustunnel?tab=readme-ov-file#gett...</a>
  • abricq36 minutes ago
    Interesting project. Is the main value to &quot;self-host your own ngrok&quot;, or is it to actually compete with ngrok using an open-source project ? If so how do you intend to monetize your project ?
  • basedhusky4616 minutes ago
    this is the kind of thing i wish existed 2 years ago when i was debugging that mess
  • joaoh822 hours ago
    A ngrok-style secure tunnel server written in Rust. Expose local services through a public server over encrypted WebSocket connections with TLS termination, HTTP&#x2F;TCP proxying, a live dashboard, Prometheus metrics, and audit logging.
    • OpenDQV58 minutes ago
      nice - i will check this out! but to be honest ngrok is working well for me. tell me why i should change?