Tunnelmole, an ngrok alternative (open source)
softwareengineeringstandard.com
Tunnelmole, an ngrok alternative (open source)
1–10 of 87 posts
Re: Tunnelmole, an ngrok alternative (open source)
#2Re: Tunnelmole, an ngrok alternative (open source)
#3Re: Tunnelmole, an ngrok alternative (open source)
#4EDIT: And, actually, I don't think this is really an ngrok alternative. Unless I'm mistaken it looks like it only supports HTTP, whereas ngrok is a generic TCP proxy. (Albeit that ngrok does not support TCP half-close because it treats it like a full close).
Re: Tunnelmole, an ngrok alternative (open source)
#5Re: Tunnelmole, an ngrok alternative (open source)
#6Why not simply use npx?
npx tunnelmole
Re: Tunnelmole, an ngrok alternative (open source)
#7Re: Tunnelmole, an ngrok alternative (open source)
#8https://github.com/anderspitman/awesome-tunneling
I'm not sure there's a single class of software that's been implemented more times than ngrok-style tunneling. I keep finding more and more.
Honestly it's a really fun exercise. Fairly challenging, but well within the reach of a single developer. I believe I'm currently working on my 5th incarnation.
Re: Tunnelmole, an ngrok alternative (open source)
#9Many alternatives: SSH reverse tunnels, Cloudflare tunnels, various reverse proxies like FRP, Tailscale funnel (probably for short lived light connections), ngrok, etc
Re: Tunnelmole, an ngrok alternative (open source)
#10Many alternatives: SSH reverse tunnels, Cloudflare tunnels, various reverse proxies like FRP, Tailscale funnel (probably for short lived light connections), ngrok, etc