Hacker News new | ask | show | jobs
by nocommandline 1927 days ago
I like the idea that this does not require a download or account setup. It is not clear from your documentation how the url that I get will look like after I run the command - ```ssh -R 80:localhost:8080 localhost.run```

I think it would be good to make that clear. For example, I currently use https://ngrok.io whenever I need to make an app running on my localhost available over the web and it gives you something like - https://XXXXX.ngrok.io

1 comments

i'll make that clearer, thanks for the tip! to answer immediately tho, it's a similar shape, https://?????.localhost.run, and it is printed out when you run the command.