<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alon Sabi</title>
    <description>The latest articles on DEV Community by Alon Sabi (@asabi).</description>
    <link>https://dev.to/asabi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3841856%2F7b54c914-dd66-47a1-bf94-84e4a99da1de.jpg</url>
      <title>DEV Community: Alon Sabi</title>
      <link>https://dev.to/asabi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asabi"/>
    <language>en</language>
    <item>
      <title>Why I stopped using ngrok and built my own tunneling tool</title>
      <dc:creator>Alon Sabi</dc:creator>
      <pubDate>Tue, 24 Mar 2026 16:01:32 +0000</pubDate>
      <link>https://dev.to/asabi/why-i-stopped-using-ngrok-and-built-my-own-tunneling-tool-4lp</link>
      <guid>https://dev.to/asabi/why-i-stopped-using-ngrok-and-built-my-own-tunneling-tool-4lp</guid>
      <description>&lt;p&gt;I’ve been using ngrok for years.&lt;/p&gt;

&lt;p&gt;It’s great… until it isn’t.&lt;/p&gt;

&lt;p&gt;The moment I wanted to use my own domain, I hit the paywall. And not a small one.&lt;/p&gt;

&lt;p&gt;For something that feels like it &lt;em&gt;should&lt;/em&gt; be basic.&lt;/p&gt;




&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;My typical workflow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;run a local server&lt;/li&gt;
&lt;li&gt;expose it for webhooks or client demos&lt;/li&gt;
&lt;li&gt;sometimes share it with teammates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;ngrok works well for that.&lt;/p&gt;

&lt;p&gt;But:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;custom domains require a paid plan (that's the main one)&lt;/li&gt;
&lt;li&gt;tunnels expire (on free tier)&lt;/li&gt;
&lt;li&gt;pricing adds up for something I use frequently&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  The breaking point
&lt;/h2&gt;

&lt;p&gt;At some point, I realized:&lt;br&gt;
I’m basically paying just to map a domain to localhost.&lt;/p&gt;

&lt;p&gt;That didn’t sit well with me.&lt;/p&gt;

&lt;p&gt;So I went down the rabbit hole.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;I ended up building a small tunnelling tool for myself:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://tunnelto.me" rel="noopener noreferrer"&gt;https://tunnelto.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It lets me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;expose localhost over HTTPS&lt;/li&gt;
&lt;li&gt;use my own domain&lt;/li&gt;
&lt;li&gt;run behind NAT without extra setup&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve been using it daily for a few months now, and it’s been stable enough to rely on.&lt;/p&gt;




&lt;h2&gt;
  
  
  Things that were harder than expected
&lt;/h2&gt;

&lt;p&gt;A few things surprised me while building this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handling connections reliably under unstable networks&lt;/li&gt;
&lt;li&gt;Managing TLS cleanly for custom domains&lt;/li&gt;
&lt;li&gt;Keeping latency low enough for real-time use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This turned out to be more of an infrastructure issue than I initially expected.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I’m sharing this
&lt;/h2&gt;

&lt;p&gt;I originally built this just for myself, but I figured others might be hitting the same friction.&lt;/p&gt;

&lt;p&gt;If you’re using ngrok (or Cloudflare tunnels), I’d be curious:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What do you like/dislike?&lt;/li&gt;
&lt;li&gt;What would you want improved?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy to get feedback — good or bad.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
