Hacker News new | ask | show | jobs
by hobofan 175 days ago
> persistent and public

I don't think that it's actually public? From one of their explainers, no public IP is assigned, so you'll need to ar least have to use an additional service like Cloudflare Tunnel to use it for hosting anything.

1 comments

[exe.dev co-founder here] You can make it public! Our TLS proxy supports it, and supports CNAME rules (plus a top-level trick) to let you put a domain name on it. To make the HTTP server on port 8000 of your VM public run:

    ssh exe.dev share set-public <yourvmname>
Any plans to support non web stuff?
For non-web stuff you will need a static IP. We plan to support that in the near future: https://github.com/boldsoftware/exe.dev/issues/6
Could also support sni/sslh style stuff to support more protocols without static IP.
We could! Do you have any in mind? I can file issues for them.
I'd love to see XMPP support especially, which I know sslh supports.