TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Tunnelto.dev – expose localhost with a public URL (built in Rust)

100 点作者 agrinman将近 5 年前

15 条评论

agrinman将近 5 年前
Hi HN!<p>I&#x27;m Alex, one of the creators of tunnelto.dev. We built this service because it&#x27;s crucial to be able to test your website, app, or backend server as if it were in production. We built tunnelto.dev is both a free service (hosted by us) and an open source project (that you can host yourself). Both the tunnelto.dev CLI and server are open source on GitHub[1], built in Rust.<p>Since you can host it yourself, there&#x27;s no vendor lock-in...perfect for use in the enterprise when you can&#x27;t breach the corporate network. Tunnelto.dev is free even with customized sub-domains. We only charge a small monthly fee if you want to reserve specific domains for yourself on our hosted version.<p>Happy to answer any questions you might have!<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;agrinman&#x2F;tunnelto" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;agrinman&#x2F;tunnelto</a>
评论 #23619963 未加载
eat_veggies将近 5 年前
At my last job I used cloudflare tunnels to do stuff like this (stripe web hooks, showing our site to my PM, etc).<p><a href="https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;argo-tunnel&#x2F;trycloudflare" rel="nofollow">https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;argo-tunnel&#x2F;trycloudflare</a>
评论 #23620112 未加载
harrylepotter将近 5 年前
Hey Alex, the pricing is definitely appealing. I currently pay for ngrok, but $15&#x2F;mo puts it on my watchlist of things to get rid of.<p>One thing i do like about ngrok that i didn&#x27;t seem to see in tunnelto.dev, however, is: - the ability to forward TCP ports (these basically get forwarded to 0.tcp.ngrok.io at a particular port) - the ability to specify a subdomain - this is particularly handy if you want something that&#x27;s going to stick around for a while (i.e longer than a couple of hours)
评论 #23619071 未加载
yodon将近 5 年前
Speaking as an ngrok user, their documentation is terrible and has caused me to waste huge amounts of time trying to figure out how to do things or whether it can do things. Take documentation seriously (and no, &quot;it&#x27;s open source&quot; doesn&#x27;t count as documentation for a product you ask people to pay for).<p>Can tunnelto open multiple ports on the same sub domain? Does the documentation explain clearly how to do this or that it&#x27;s not supported if it isn&#x27;t?<p>Do you support https tunneling (for example https to the subdomain followed by either http or https to the local machine)? Do your docs explain how to do this and if you don&#x27;t support it do the docs say so?<p>I&#x27;d love a competitor to ngrok, but it has to actually be better at the places where ngrok is weak (which have very little to do with implementation or functionality)
评论 #23619236 未加载
评论 #23619265 未加载
fokinsean将近 5 年前
Are there any security risks with allowing internet traffic to be forwarded inside your local network? (genuinely curious my networking knowledge is a bit lacking)
评论 #23673027 未加载
chrisweekly将近 5 年前
How does this differ from ngrok?
评论 #23618953 未加载
评论 #23618776 未加载
methyl将近 5 年前
This is just perfect timing, I’m about to set up end to end tests on CI and need Stripe webhooks forwarding. Stripe CLI is not super reliable and ngrok is kind of expensive for what it does, I’ll definitely give it a go.<p>What would be super useful is a daemon mode that will run in the background while writing the bound address to STDOUT.
评论 #23620084 未加载
xgenecloud将近 5 年前
Has a broken github link in website.<p>Actual link <a href="https:&#x2F;&#x2F;github.com&#x2F;agrinman&#x2F;tunnelto" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;agrinman&#x2F;tunnelto</a>
评论 #23618832 未加载
Strum355将近 5 年前
How does this compare to inlets.dev?
skanga将近 5 年前
Any chance of getting binaries for other OSes like FreeBSD instead of just Linux and Windows?
评论 #23624704 未加载
评论 #23626031 未加载
giacaglia将近 5 年前
It def helps when running a local server
lxe将近 5 年前
Can I reverse-proxy ports to paths?
评论 #23618870 未加载
f1refly将近 5 年前
Seemingly everyone in the rust crowd feels the irresistible desire to tell everyone about the language on every possible occasion, why is this? Every other project on this earth the creator just tells about how awesome the product is, how insightful the journey was or how much fun he had with it, but then that one rust guy comes along with &quot;Project x y (Built with rust!)&quot;.<p>I&#x27;ve got a running joke with a colleague that rust is like the arch linux of programming languages.
评论 #23626014 未加载
评论 #23622742 未加载
评论 #23621674 未加载
paulcarroty将近 5 年前
Looks fun. Is there (optional) IPv6 on front?
eeZah7Ux将近 5 年前
There is already Pagekite and it&#x27;s been around for many years.