by agrinman on 6/23/20, 6:51 PM with 38 comments
by agrinman on 6/23/20, 7:24 PM
I'm Alex, one of the creators of tunnelto.dev. We built this service because it'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.
Since you can host it yourself, there's no vendor lock-in...perfect for use in the enterprise when you can'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.
Happy to answer any questions you might have!
by eat_veggies on 6/23/20, 8:11 PM
by harrylepotter on 6/23/20, 7:28 PM
One thing i do like about ngrok that i didn'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's going to stick around for a while (i.e longer than a couple of hours)
by yodon on 6/23/20, 7:38 PM
Can tunnelto open multiple ports on the same sub domain? Does the documentation explain clearly how to do this or that it's not supported if it isn't?
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't support it do the docs say so?
I'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)
by fokinsean on 6/23/20, 9:08 PM
by chrisweekly on 6/23/20, 7:03 PM
by methyl on 6/23/20, 7:47 PM
What would be super useful is a daemon mode that will run in the background while writing the bound address to STDOUT.
by xgenecloud on 6/23/20, 7:07 PM
Actual link https://github.com/agrinman/tunnelto
by Strum355 on 6/23/20, 10:45 PM
by skanga on 6/23/20, 8:45 PM
by giacaglia on 6/23/20, 6:53 PM
by lxe on 6/23/20, 7:07 PM
by f1refly on 6/23/20, 11:12 PM
I've got a running joke with a colleague that rust is like the arch linux of programming languages.
by paulcarroty on 6/23/20, 7:42 PM
by eeZah7Ux on 6/23/20, 7:17 PM